1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Bump version numbers for 1.6 release.

This commit is contained in:
James Bennett
2013-11-06 07:54:49 -06:00
parent 84b9ab7c1d
commit a71ff76235
3 changed files with 7 additions and 5 deletions

View File

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