1
0
mirror of https://github.com/django/django.git synced 2025-10-25 06:36:07 +00:00

[1.5.x] Update for 1.5.6 security release.

This commit is contained in:
James Bennett
2014-04-21 17:51:51 -05:00
parent cebfbcdb86
commit 486b6f398b
4 changed files with 20 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ setup(
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.5.tar.gz',
download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.6.tar.gz',
license='BSD',
packages=packages,
package_data=package_data,