Skip to content

Commit 0b0c51a

Browse files
committed
[1.3.x] Bump version numbers for security releases.
1 parent 4dea488 commit 0b0c51a

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, 3, 1, 'final', 0)
1+
VERSION = (1, 3, 2, 'final', 0)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.3'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.3.1'
55+
release = '1.3.2'
5656
# The next version to be released
5757
django_next_version = '1.4'
5858

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def fullsplit(path, result=None):
7777
author = 'Django Software Foundation',
7878
author_email = 'foundation@djangoproject.com',
7979
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
80-
download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3.1.tar.gz',
80+
download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3.2.tar.gz',
8181
packages = packages,
8282
cmdclass = cmdclasses,
8383
data_files = data_files,

0 commit comments

Comments
 (0)