Author: ramiro Date: 2011-03-26 06:19:04 -0700 (Sat, 26 Mar 2011) New Revision: 15920
Modified: django/branches/releases/1.3.X/docs/conf.py Log: [1.3.X] Bumped django_next_version so that "New in Django 1.3" links appear correctly. Backport of [15909] from trunk. Modified: django/branches/releases/1.3.X/docs/conf.py =================================================================== --- django/branches/releases/1.3.X/docs/conf.py 2011-03-26 03:54:53 UTC (rev 15919) +++ django/branches/releases/1.3.X/docs/conf.py 2011-03-26 13:19:04 UTC (rev 15920) @@ -54,7 +54,7 @@ # The full version, including alpha/beta/rc tags. release = '1.3' # The next version to be released -django_next_version = '1.3' +django_next_version = '1.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- 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.
