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

[1.5.x] Bump version numbers for 1.5 RC 1.

This commit is contained in:
James Bennett
2013-01-04 12:49:58 -06:00
parent 96301d21bb
commit f23d3ce8d4
3 changed files with 3 additions and 3 deletions

View File

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