Skip to content

Commit 2591fb8

Browse files
committed
Bump trunk to 1.4.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent a033d49 commit 2591fb8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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, 0, 'rc', 2)
1+
VERSION = (1, 4, 0, 'final', 2)
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
@@ -52,9 +52,9 @@
5252
# The short X.Y version.
5353
version = '1.4'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.4 rc 2'
55+
release = '1.4'
5656
# The next version to be released
57-
django_next_version = '1.4'
57+
django_next_version = '1.5'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ 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.4c2.tar.gz',
78+
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.tar.gz',
7979
packages = packages,
8080
cmdclass = cmdclasses,
8181
data_files = data_files,
8282
scripts = ['django/bin/django-admin.py'],
8383
classifiers = [
84-
'Development Status :: 4 - Beta',
84+
'Development Status :: 5 - Production/Stable',
8585
'Environment :: Web Environment',
8686
'Framework :: Django',
8787
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)