Skip to content

Commit 8f36d1f

Browse files
committed
[1.4.x] Bump everything for 1.4.9 bugfix release.
1 parent 3a46f62 commit 8f36d1f

File tree

4 files changed

+4
-4
lines changed

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

33
def get_version(version=None):
44
"""Derives a PEP386-compliant version number from VERSION."""

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.4.8'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.4.8'
55+
release = '1.4.9'
5656
# The next version to be released
5757
django_next_version = '1.5'
5858

docs/releases/1.4.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Django 1.4.9 release notes
33
==========================
44

5-
*October 23, 2013*
5+
*October 24, 2013*
66

77
Django 1.4.9 fixes a security-related bug in the 1.4 series and one other
88
data corruption bug.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def fullsplit(path, result=None):
7575
author = 'Django Software Foundation',
7676
author_email = '[email protected]',
7777
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
78-
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.8.tar.gz',
78+
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.9.tar.gz',
7979
packages = packages,
8080
cmdclass = cmdclasses,
8181
data_files = data_files,

0 commit comments

Comments
 (0)