Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 20, 2023
1 parent 661be36 commit 2fb592c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ nav:
- Introduction: 'index.md'
- Conformance:
- 1.0: 'conformance/1.0/conformance.md'
- 1.1: 'conformance/1.0/conformance.md'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# version checking derived from https://github.com/levlaz/circleci.py/blob/master/setup.py
from setuptools.command.install import install

VERSION = '0.11.0-t2test'
VERSION = '0.11.0'
TAG_ENV_VAR = 'CIRCLE_TAG'

with open("README.md", "r") as fh:
Expand Down

0 comments on commit 2fb592c

Please sign in to comment.