Skip to content

Commit 66dc41a

Browse files
committed
[1.2.X] Bump version number for impendign security release.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 1f814a9 commit 66dc41a

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

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

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.2/Django-1.2.4.tar.gz',
80+
download_url = 'http://media.djangoproject.com/releases/1.2/Django-1.2.5.tar.gz',
8181
packages = packages,
8282
cmdclass = cmdclasses,
8383
data_files = data_files,

0 commit comments

Comments
 (0)