Skip to content

Commit ac54797

Browse files
committed
Update version to 1.6.5
1 parent f029a7c commit ac54797

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# |version| and |release|, also used in various other places throughout the
5757
# built documents.
5858
#
59-
version = '1.6.3'
59+
version = '1.6.5'
6060
release = version
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -133,7 +133,7 @@
133133
# The name for this set of Sphinx documents.
134134
# "<project> v<release> documentation" by default.
135135
#
136-
# html_title = u'wagtail-2fa v1.6.3'
136+
# html_title = u'wagtail-2fa v1.6.5'
137137

138138
# A shorter title for the navigation bar. Default is the same as html_title.
139139
#

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.3
2+
current_version = 1.6.5
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name="wagtail-2fa",
37-
version="1.6.3",
37+
version="1.6.5",
3838
description="Two factor authentication for Wagtail",
3939
long_description=long_description,
4040
url="https://github.com/LabD/wagtail-2fa",

src/wagtail_2fa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
default_app_config = "wagtail_2fa.apps.Wagtail2faConfig"
22

3-
__version__ = "1.6.3"
3+
__version__ = "1.6.5"

0 commit comments

Comments
 (0)