diff --git a/docs/conf.py b/docs/conf.py index 2c0ed7f..0ca266e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ # |version| and |release|, also used in various other places throughout the # built documents. # -version = "1.7.1" +version = "1.8.0" release = version # The language for content autogenerated by Sphinx. Refer to documentation @@ -132,7 +132,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = u'wagtail-2fa v1.7.1' +# html_title = u'wagtail-2fa v1.8.0' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.cfg b/setup.cfg index d6f774e..f871667 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.1 +current_version = 1.8.0 commit = true tag = true tag_name = {new_version} diff --git a/setup.py b/setup.py index 3d900b7..37b8836 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name="wagtail-2fa", - version="1.7.1", + version="1.8.0", description="Two factor authentication for Wagtail", long_description=long_description, url="https://github.com/LabD/wagtail-2fa", diff --git a/src/wagtail_2fa/__init__.py b/src/wagtail_2fa/__init__.py index 3c1e9cb..29654ee 100644 --- a/src/wagtail_2fa/__init__.py +++ b/src/wagtail_2fa/__init__.py @@ -1 +1 @@ -__version__ = "1.7.1" +__version__ = "1.8.0"