Skip to content

Commit

Permalink
[1.5.x] Bump everything for 1.5.5 bugfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Oct 25, 2013
1 parent f571345 commit c30516e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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, 5, 5, 'alpha', 0)
VERSION = (1, 5, 5, '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
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# built documents.
#
# The short X.Y version.
version = '1.5.4'
version = '1.5.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.4'
# The next version to be released
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/1.4.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django 1.4.9 release notes
==========================

*October 23, 2013*
*October 24, 2013*

Django 1.4.9 fixes a security-related bug in the 1.4 series and one other
data corruption bug.
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/1.5.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django 1.5.5 release notes
==========================

*October 23, 2013*
*October 24, 2013*

Django 1.5.5 fixes a couple security-related bugs and several other bugs in the
1.5 series.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.4.tar.gz',
download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.5.tar.gz',
license='BSD',
packages=packages,
package_data=package_data,
Expand Down

0 comments on commit c30516e

Please sign in to comment.