Skip to content

Commit

Permalink
Bump version: 2.0.4 → 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Sep 20, 2024
1 parent eb11bb0 commit 9376a1a
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 = 2.0.4
current_version = 2.0.5
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ which uses the upstream library under the hood.
Django Two-Factor Authentication
================================

:Version: :Version: 2.0.4
:Version: :Version: 2.0.5
:Download: https://pypi.python.org/pypi/maykin-django-two-factor-auth
:Source: https://github.com/maykinmedia/django-two-factor-auth
:Keywords: django, admin, 2fa, two-factor
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#

# The full version, including alpha/beta/rc tags.
release = 'release = '2.0.4''
release = 'release = '2.0.5''

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

setup(
name='maykin-django-two-factor-auth',
version='version='2.0.4'',
version='version='2.0.5'',
description='Fork of "django-two-factor-auth" featuring a complete Two-Factor Authentication system for Django',
long_description=open('README.rst', encoding='utf-8').read(),
author='Bouke Haarsma',
Expand Down

0 comments on commit 9376a1a

Please sign in to comment.