Skip to content

Commit 18d920e

Browse files
committed
[1.5.x] Bump version numbers for security release.
1 parent 84ce990 commit 18d920e

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, 'rc', 1)
1+
VERSION = (1, 5, 0, 'rc', 2)
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.5c1'
57+
release = '1.5c2'
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
@@ -90,7 +90,7 @@ def fullsplit(path, result=None):
9090
author = 'Django Software Foundation',
9191
author_email = '[email protected]',
9292
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
93-
download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5c1.tar.gz',
93+
download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5c2.tar.gz',
9494
license = "BSD",
9595
packages = packages,
9696
cmdclass = cmdclasses,

0 commit comments

Comments
 (0)