Skip to content

Commit

Permalink
Bump to 2.1 pre-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Nov 28, 2015
1 parent fe191f8 commit 96072e5
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 @@ -9,8 +9,8 @@
master_doc = 'index'
project = u'django-registration'
copyright = u'2007-2015, James Bennett'
version = '2.0'
release = '2.0.3'
version = '2.1'
release = '2.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, 3, 'final', 0)
VERSION = (2, 1, 0, 'alpha', 0)


def get_version():
Expand Down

0 comments on commit 96072e5

Please sign in to comment.