Skip to content

Commit 59a3e26

Browse files
committed
[1.3.x] Bump version numbers for security release.
1 parent 2da4ace commit 59a3e26

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '1.3.4'
53+
version = '1.3.5'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.3.4'
55+
release = '1.3.5'
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.4.tar.gz',
80+
download_url = 'https://www.djangoproject.com/m/releases/1.3/Django-1.3.5.tar.gz',
8181
packages = packages,
8282
cmdclass = cmdclasses,
8383
data_files = data_files,

0 commit comments

Comments
 (0)