[2.2.x] Bumped version number for 2.2 release.
Updated trove classifier to Production/Stable.
This commit is contained in:
parent
bc6f1da6e9
commit
635d53a86a
|
@ -1,6 +1,6 @@
|
|||
from django.utils.version import get_version
|
||||
|
||||
VERSION = (2, 2, 0, 'rc', 1)
|
||||
VERSION = (2, 2, 0, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue