Skip to content

Commit

Permalink
Advanced version identifiers for 1.5 development cycle.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ramiro committed Mar 31, 2012
1 parent 89b66ef commit f38cf60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 4, 0, 'final', 0)
VERSION = (1, 5, 0, 'alpha', 0)

def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
# built documents.
#
# The short X.Y version.
version = '1.4'
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.4'
release = '1.5'
# The next version to be released
django_next_version = '1.5'
django_next_version = '1.6'

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

0 comments on commit f38cf60

Please sign in to comment.