1
0
mirror of https://github.com/django/django.git synced 2025-03-25 08:40:45 +00:00

[1.6.x] Bumped version number post-release.

This commit is contained in:
Tim Graham 2014-08-20 16:38:01 -04:00
parent 66638a09c5
commit 808c0dc705

View File

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