Skip to content

Commit

Permalink
Version number change.
Browse files Browse the repository at this point in the history
Going forward, django-registration's version number will simply track
the latest version of Django on which the test suite is known to
pass. At that moment that's 1.8.
  • Loading branch information
ubernostrum committed Aug 13, 2015
1 parent 2d2fb2d commit b2c4ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
master_doc = 'index'
project = u'django-registration'
copyright = u'2007-2015, James Bennett'
version = '2.0'
release = '2.0'
version = '1.8'
release = '1.8'
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, 'alpha', 0)
VERSION = (1, 8, 0, 'alpha', 0)


def get_version():
Expand Down

0 comments on commit b2c4ca9

Please sign in to comment.