Skip to content

Commit 151d6db

Browse files
committed
[1.4.x] Bump version numbers for bugfix release.
1 parent a92e386 commit 151d6db

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

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

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

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 = 'foundation@djangoproject.com',
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.15.tar.gz',
78+
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.16.tar.gz',
7979
packages = packages,
8080
cmdclass = cmdclasses,
8181
data_files = data_files,

0 commit comments

Comments
 (0)