Skip to content

Commit

Permalink
Bump to 3.0.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Apr 27, 2024
1 parent f55ba99 commit b3b9d00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Add filterwarning to schema
# 1.9.0 219 response function calls (#614) (2020-11-06)


Also log the result from 'response' ext functions
Also log the result from 'response' ext functions

## 1.7.1 Bump max version of paho-mqtt (2020-11-07)

Expand Down Expand Up @@ -444,3 +444,5 @@ This is technically not a operational change but I'm adding a new tag so it can
## 2.10.1 minor changes to fix tavern_flask plugin (2024-03-27)

## 2.10.2 Fix missing schema check for redirect query params (2024-04-13)

## 2.10.3 Allow using referenced 'finally' stages (2024-04-13)
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.0a4"
release = "3.0.0a5"

# 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.0a4"
version = "3.0.0a5"

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

[tool.tbump.version]
current = "3.0.0a4"
current = "3.0.0a5"

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,3 +1,3 @@
"""Stop pytest warning about module already imported: PYTEST_DONT_REWRITE"""

__version__ = "3.0.0a4"
__version__ = "3.0.0a5"

0 comments on commit b3b9d00

Please sign in to comment.