1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00

Advanced version identifiers for 1.6 cycle.

This commit is contained in:
Ramiro Morales
2012-10-26 22:01:34 -03:00
parent 11699ac4b5
commit 373df56d36
2 changed files with 16 additions and 4 deletions

View File

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