Skip to content

Commit f23d3ce

Browse files
committed
[1.5.x] Bump version numbers for 1.5 RC 1.
1 parent 96301d2 commit f23d3ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 5, 0, 'beta', 2)
1+
VERSION = (1, 5, 0, 'rc', 1)
22

33
def get_version(*args, **kwargs):
44
# Don't litter django/__init__.py with all the get_version stuff.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '1.5'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.5b2'
57+
release = '1.5c1'
5858
# The next version to be released
5959
django_next_version = '1.6'
6060

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def fullsplit(path, result=None):
9292
author = 'Django Software Foundation',
9393
author_email = 'foundation@djangoproject.com',
9494
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
95-
download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5b2.tar.gz',
95+
download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5c1.tar.gz',
9696
license = "BSD",
9797
packages = packages,
9898
cmdclass = cmdclasses,

0 commit comments

Comments
 (0)