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 3d8b066 commit efd039dCopy full SHA for efd039d
cms/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-VERSION = (2, 1, 4, 'final')
+VERSION = (2, 1, 5, 'final')
3
if VERSION[-1] != "final": # pragma: no cover
4
__version__ = '.'.join(map(str, VERSION))
5
else: # pragma: no cover
0 commit comments