We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c647c23 commit f5fa2bfCopy full SHA for f5fa2bf
cms/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-VERSION = (2, 1, 0, 'rc3')
+VERSION = (2, 1, 0, 'final')
3
if VERSION[-1] != "final": # pragma: no cover
4
__version__ = '.'.join(map(str, VERSION))
5
else: # pragma: no cover
0 commit comments