diff --git a/.bumpversion.cfg b/.bumpversion.cfg index edeb78fa..61098b37 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.22.0 +current_version = 1.22.1 tag_name = {new_version} tag = True commit = True diff --git a/docs/source/conf.py b/docs/source/conf.py index 20534099..456a8793 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,7 +73,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.22.0' +release = '1.22.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/tavern/__init__.py b/tavern/__init__.py index 94e062b7..690f26ba 100644 --- a/tavern/__init__.py +++ b/tavern/__init__.py @@ -1,2 +1,2 @@ """Stop pytest warning about module already imported: PYTEST_DONT_REWRITE""" -__version__ = "1.22.0" +__version__ = "1.22.1"