Skip to content

Commit

Permalink
Bump to 3.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Jan 20, 2024
1 parent 75db3c5 commit c931207
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# The short X.Y version.
version = "1.0"
# The full version, including alpha/beta/rc tags.
release = "3.0.0a2"
release = "3.0.0a3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keywords = ["testing", "pytest"]

name = "tavern"
description = "Simple testing of RESTful APIs"
version = "3.0.0a2"
version = "3.0.0a3"

dependencies = [
"PyYAML>=6.0.1,<7",
Expand Down Expand Up @@ -187,7 +187,7 @@ exclude = ["*_pb2.py", "*_pb2_grpc.py", "*_pb2.pyi"]
docstring-code-format = true

[tool.tbump.version]
current = "3.0.0a2"
current = "3.0.0a3"

regex = '''
(?P<major>\d+)
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__ = "3.0.0a2"
__version__ = "3.0.0a3"

0 comments on commit c931207

Please sign in to comment.