mirror of
https://github.com/django/django.git
synced 2025-08-30 15:27:40 +00:00
[1.7.x] Bumped version for 1.7.2 release.
This commit is contained in:
parent
20dcf5155b
commit
880d7638cf
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 7, 2, 'alpha', 0)
|
||||
VERSION = (1, 7, 2, 'final', 0)
|
||||
|
||||
|
||||
def get_version(*args, **kwargs):
|
||||
|
|
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ setup(
|
|||
]},
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue