Skip to content

Commit

Permalink
Released 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Sep 19, 2014
1 parent 98cfd6b commit 23275ad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[bumpversion]
current_version = 1.0.0-beta3
current_version = 1.0.0
files = setup.py docs/conf.py

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#

# The full version, including alpha/beta/rc tags.
release = '1.0.0-beta3'
release = '1.0.0'

# The short X.Y version.
version = '.'.join(release.split('.')[0:2])
Expand Down
5 changes: 5 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

1.0.0
-----
* Fixed #68 -- Cannot generate QR code for unicode characters
* Fixed #66 -- Admin not secure when using admindocs (clarified documentation)

1.0.0-beta3
-----------
* Fixed #62 -- Don't leak sensitive post parameters
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-two-factor-auth',
version='1.0.0-beta3',
version='1.0.0',
description='Complete Two-Factor Authentication for Django',
long_description=open('README.rst').read(),
author='Bouke Haarsma',
Expand All @@ -18,7 +18,7 @@
],
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 23275ad

Please sign in to comment.