Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psagers committed Sep 13, 2021
1 parent b56f559 commit a7dd4e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.6
current_version = 1.1.0
commit = true
message = Version {new_version}
tag = true
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased - Concurrent verification
v1.1.0 - September 13, 2021 - Concurrent verification
--------------------------------------------------------------------------------

Where possible, all APIs now verify tokens atomically. This prevents race
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.0.6'
release = '1.1.0'

# The short X.Y version.
version = '.'.join(release.split('.')[:2])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-otp',
version='1.0.6',
version='1.1.0',
description="A pluggable framework for adding two-factor authentication to Django using one-time passwords.",
license='BSD',
author="Peter Sagerson",
Expand Down

0 comments on commit a7dd4e5

Please sign in to comment.