Skip to content

Commit

Permalink
Bump version to 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davisnando committed Nov 20, 2023
1 parent 1f0f8f0 commit 1ad81d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
version = '1.6.5'
version = '1.6.6'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down Expand Up @@ -133,7 +133,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'wagtail-2fa v1.6.5'
# html_title = u'wagtail-2fa v1.6.6'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.5
current_version = 1.6.6
commit = true
tag = true
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name="wagtail-2fa",
version="1.6.5",
version="1.6.6",
description="Two factor authentication for Wagtail",
long_description=long_description,
url="https://github.com/LabD/wagtail-2fa",
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_2fa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.5"
__version__ = "1.6.6"

0 comments on commit 1ad81d2

Please sign in to comment.