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

Bumped verion numbers for 1.6a1.

This commit is contained in:
Jacob Kaplan-Moss
2013-05-26 22:26:27 -05:00
parent e2518fdf46
commit 80b1511311
2 changed files with 2 additions and 2 deletions

View File

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