Skip to content

Commit

Permalink
Bumped version; master is now 2.2 pre-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed May 17, 2018
1 parent 253fcff commit 63de263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (2, 1, 0, 'alpha', 0)
VERSION = (2, 2, 0, 'alpha', 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 63de263

Please sign in to comment.