Skip to content

Commit b826d82

Browse files
author
ubernostrum
committed
Bump everything for 1.3.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 4b63a2a commit b826d82

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 3, 0, 'rc', 1)
1+
VERSION = (1, 3, 0, 'final', 0)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.3'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.3-beta-1'
55+
release = '1.3'
5656
# The next version to be released
5757
django_next_version = '1.3'
5858

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ def fullsplit(path, result=None):
7777
author = 'Django Software Foundation',
7878
author_email = '[email protected]',
7979
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
80-
download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3-rc-1.tar.gz',
80+
download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3.tar.gz',
8181
packages = packages,
8282
cmdclass = cmdclasses,
8383
data_files = data_files,
8484
scripts = ['django/bin/django-admin.py'],
85-
classifiers = ['Development Status :: 4 - Beta',
85+
classifiers = ['Development Status :: 5 - Production/Stable',
8686
'Environment :: Web Environment',
8787
'Framework :: Django',
8888
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)