forked from django/django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.5.x] Update version numbers for 1.5.7 bugfix release.
- Loading branch information
1 parent
47a352f
commit c47324b
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ def is_package(package_name): | |
author_email='[email protected]', | ||
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.6.tar.gz', | ||
download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.7.tar.gz', | ||
license='BSD', | ||
packages=packages, | ||
package_data=package_data, | ||
|