Skip to content

Commit

Permalink
Bump to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Jan 20, 2024
1 parent 5185f53 commit 2f7728c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ calling run() directly will now cause a pytest isntance to be run in the backgro

# 0.18.0 Add 'timeout' parameter for http requests (2018-08-24)

## show Bump version: 0.17.2 → 0.18.0 (2018-08-24)

## 0.18.1 Add content type/encoding to uploaded files (2018-09-05)

## 0.18.2 Fix formatting environment variables in command line global config files (2018-09-21)
Expand Down Expand Up @@ -426,3 +424,5 @@ This is technically not a operational change but I'm adding a new tag so it can
# 2.6.0 fix verify_response_with with multiple MQTT responses (2023-11-18)

# 2.7.0 update minimum version of jsonschema (2023-12-26)

## 2.7.1 Fix jsonschema warnings (2023-12-26)
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 = "2.7.1"
release = "2.8.0"

# 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 @@ -23,7 +23,7 @@ keywords = ["testing", "pytest"]

name = "tavern"
description = "Simple testing of RESTful APIs"
version = "2.7.1"
version = "2.8.0"

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

[tool.tbump.version]
current = "2.7.1"
current = "2.8.0"

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__ = "2.7.1"
__version__ = "2.8.0"

0 comments on commit 2f7728c

Please sign in to comment.