1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00

Bumped version number post-release.

This commit is contained in:
Jacob Kaplan-Moss 2014-02-06 15:53:09 -06:00
parent 687b3d96c4
commit 63d6983746

View File

@ -1,4 +1,4 @@
VERSION = (1, 6, 2, 'final', 0)
VERSION = (1, 6, 3, 'alpha', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.