Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psagers committed May 8, 2020
1 parent f46a73c commit e73b56a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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 = 0.9.0
current_version = 0.9.1
commit = true
message = Version {new_version}
tag = true
Expand Down
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.9.1 - May 08, 2020 - Admin fix
--------------------------------------------------------------------------------

- `#38`_: Update admin fields for
:class:`~django_otp.plugins.otp_email.models.EmailDevice`.

.. _#38: https://github.com/django-otp/django-otp/pull/38


v0.9.0 - April 17, 2020 - Improved email device
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '0.9.1'

# 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 @@ -39,7 +39,7 @@ def find_package_data(*args, **kwargs):

setup(
name='django-otp',
version='0.9.0',
version='0.9.1',
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 e73b56a

Please sign in to comment.