8000 Bumped version numbers for release. · alex-python/django@4e922f6 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 4e922f6

Browse files
committed
Bumped version numbers for release.
1 parent ffcb009 commit 4e922f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 5, 8, 'alpha', 0)
1+
VERSION = (1, 5, 8, 'final', 0)
22

33
def get_version(*args, **kwargs):
44
# Don't litter django/__init__.py with all the get_version stuff.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '1.5.7'
55+
version = '1.5.8'
5656
# The full version, including alpha/beta/rc tags.
5757
release = version
5858
# The next version to be released

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def is_package(package_name):
8585
author_email='foundation@djangoproject.com',
8686
description=('A high-level Python Web framework that encourages '
8787
'rapid development and clean, pragmatic design.'),
88-
download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.7.tar.gz',
88+
download_url='https://www.djangoproject.com/m/releases/1.5/Django-1.5.8.tar.gz',
8989
license='BSD',
9090
packages=packages,
9191
package_data=package_data,

0 commit comments

Comments
 (0)
0