[1.6.x] Bump version number for 1.6 release candidate.

This commit is contained in:
James Bennett 2013-10-22 21:56:12 -05:00
parent bcc65c13a0
commit 9c982053f4
1 changed files with 1 additions and 1 deletions

View File

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