Skip to content

Commit 82d4786

Browse files
committed
[1.5.x] Bump version numbers for security release.
1 parent 77b06e4 commit 82d4786

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', 1)
1+
VERSION = (1, 5, 0, 'beta', 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.5b1'
57+
release = '1.5b2'
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.5b1.tar.gz',
95+
download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5b2.tar.gz',
9696
packages = packages,
9797
cmdclass = cmdclasses,
9898
data_files = data_files,

0 commit comments

Comments
 (0)