Skip to content

Commit

Permalink
Bump versions for the README fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Nov 21, 2015
1 parent 65e64ae commit 3215ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
project = u'django-registration'
copyright = u'2007-2015, James Bennett'
version = '2.0'
release = '2.0'
release = '2.0.1'
exclude_trees = ['_build']
pygments_style = 'sphinx'
html_static_path = ['_static']
Expand Down
2 changes: 1 addition & 1 deletion registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 0, 0, 'final', 0)
VERSION = (2, 0, 1, 'final', 0)


def get_version():
Expand Down

0 comments on commit 3215ef8

Please sign in to comment.