From 1559ce84a391dedd3f954f83dc376e512367060f Mon Sep 17 00:00:00 2001 From: Michael Boulton Date: Mon, 2 May 2022 15:40:47 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.22.0=20=E2=86=92=201.22.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- tavern/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"