Skip to content

Commit c718b4a

Browse files
committed
[1.3.x] Bump version numbers for bugfix release.
1 parent d0d5dc6 commit c718b4a

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, 2, 'final', 0)
1+
VERSION = (1, 3, 3, '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.2'
55+
release = '1.3.3'
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 = 'https://www.djangoproject.com/m/releases/1.3/Django-1.3.2.tar.gz',
80+
download_url = 'https://www.djangoproject.com/m/releases/1.3/Django-1.3.3.tar.gz',
8181
packages = packages,
8282
cmdclass = cmdclasses,
8383
data_files = data_files,

0 commit comments

Comments
 (0)