Skip to content

Commit

Permalink
Bump version: 2.0.0alpha10 → 2.0.0alpha11
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Jul 30, 2022
1 parent 23980df commit 49ab599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0alpha10
current_version = 2.0.0alpha11
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-zA-Z]+)(?P<build>\d+))?
serialize = {major}.{minor}.{patch}{release}{build}
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0alpha10'
release = '2.0.0alpha11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion tavern/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Stop pytest warning about module already imported: PYTEST_DONT_REWRITE"""
__version__ = "2.0.0alpha10"
__version__ = "2.0.0alpha11"

0 comments on commit 49ab599

Please sign in to comment.