Skip to content

Commit

Permalink
[1.5.x] Update version numbers for bugfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Oct 22, 2014
1 parent c41f613 commit da3a23a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,4 +1,4 @@
VERSION = (1, 5, 10, 'final', 0)
VERSION = (1, 5, 11, 'final', 0)

def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -52,7 +52,7 @@
# built documents.
#
# The short X.Y version.
version = '1.5.10'
version = '1.5.11'
# The full version, including alpha/beta/rc tags.
release = version
# The next version to be released
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -85,7 +85,7 @@ def is_package(package_name):
author_email='foundation@djangoproject.com',
description=('A high-level Python Web framework that encourages '
'rapid development and clean, pragmatic design.'),
download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.10.tar.gz',
download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.11.tar.gz',
license='BSD',
packages=packages,
package_data=package_data,
Expand Down

0 comments on commit da3a23a

Please sign in to comment.