Author: ubernostrum
Date: 2012-03-23 09:53:23 -0700 (Fri, 23 Mar 2012)
New Revision: 17799

Modified:
   django/trunk/django/__init__.py
   django/trunk/docs/conf.py
   django/trunk/setup.py
Log:
Bump trunk to 1.4.

Modified: django/trunk/django/__init__.py
===================================================================
--- django/trunk/django/__init__.py     2012-03-23 16:51:01 UTC (rev 17798)
+++ django/trunk/django/__init__.py     2012-03-23 16:53:23 UTC (rev 17799)
@@ -1,4 +1,4 @@
-VERSION = (1, 4, 0, 'rc', 2)
+VERSION = (1, 4, 0, 'final', 2)
 
 def get_version(version=None):
     """Derives a PEP386-compliant version number from VERSION."""

Modified: django/trunk/docs/conf.py
===================================================================
--- django/trunk/docs/conf.py   2012-03-23 16:51:01 UTC (rev 17798)
+++ django/trunk/docs/conf.py   2012-03-23 16:53:23 UTC (rev 17799)
@@ -52,9 +52,9 @@
 # The short X.Y version.
 version = '1.4'
 # The full version, including alpha/beta/rc tags.
-release = '1.4 rc 2'
+release = '1.4'
 # The next version to be released
-django_next_version = '1.4'
+django_next_version = '1.5'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: django/trunk/setup.py
===================================================================
--- django/trunk/setup.py       2012-03-23 16:51:01 UTC (rev 17798)
+++ django/trunk/setup.py       2012-03-23 16:53:23 UTC (rev 17799)
@@ -75,13 +75,13 @@
     author = 'Django Software Foundation',
     author_email = '[email protected]',
     description = 'A high-level Python Web framework that encourages rapid 
development and clean, pragmatic design.',
-    download_url = 
'https://www.djangoproject.com/m/releases/1.4/Django-1.4c2.tar.gz',
+    download_url = 
'https://www.djangoproject.com/m/releases/1.4/Django-1.4.tar.gz',
     packages = packages,
     cmdclass = cmdclasses,
     data_files = data_files,
     scripts = ['django/bin/django-admin.py'],
     classifiers = [
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Framework :: Django',
         'Intended Audience :: Developers',

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to