From 71394f98ec9cc831b554e47cfa34ce302ddfe2f4 Mon Sep 17 00:00:00 2001
From: Paul J Stevens
Date: Mon, 2 Mar 2026 16:33:06 +0100
Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.1=20=E2=86=92=201.8.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/conf.py | 4 ++--
setup.cfg | 2 +-
setup.py | 2 +-
src/wagtail_2fa/__init__.py | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
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"