diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4522d81e8..c0ed64a9e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.4 +current_version = 2.0.5 commit = True tag = True tag_name = {new_version} diff --git a/README.rst b/README.rst index d95ed0339..b54175372 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index da9fcdee5..765a3bd4e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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]) diff --git a/setup.py b/setup.py index 41a9c5c16..e253f98ec 100644 --- a/setup.py +++ b/setup.py @@ -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',