We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d1af0 commit d4fddf0Copy full SHA for d4fddf0
pages/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
"""Django page CMS module."""
3
-VERSION = (1, 1, 1)
+VERSION = (1, 1, 2)
4
__version__ = '.'.join(map(str, VERSION))
5
__author__ = "Batiste Bieler"
6
__contact__ = "batiste.bieler@gmail.com"
0 commit comments