Kaydet (Commit) e7ad40fc authored tarafından Tim Graham's avatar Tim Graham

[2.1.x] Bumped version for 2.1 release.

üst c4e5ff7f
from django.utils.version import get_version
VERSION = (2, 1, 0, 'rc', 1)
VERSION = (2, 1, 0, 'final', 0)
__version__ = get_version(VERSION)
......
......@@ -90,7 +90,7 @@ setup(
},
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment