From c931207a52b9d72f4d7f0b948c886ec65595b753 Mon Sep 17 00:00:00 2001 From: Michael Boulton Date: Sat, 20 Jan 2024 18:24:47 +0000 Subject: [PATCH] Bump to 3.0.0a3 --- docs/source/conf.py | 2 +- pyproject.toml | 4 ++-- tavern/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f601f1bd..28570512 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/pyproject.toml b/pyproject.toml index b27705c9..429179ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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\d+) diff --git a/tavern/__init__.py b/tavern/__init__.py index e5db1ce4..fbcec9f7 100644 --- a/tavern/__init__.py +++ b/tavern/__init__.py @@ -1,2 +1,2 @@ """Stop pytest warning about module already imported: PYTEST_DONT_REWRITE""" -__version__ = "3.0.0a2" +__version__ = "3.0.0a3"