Skip to content

Commit d4fddf0

Browse files
author
Batiste Bieler
committed
New version 1.1.2
1 parent e8d1af0 commit d4fddf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""Django page CMS module."""
3-
VERSION = (1, 1, 1)
3+
VERSION = (1, 1, 2)
44
__version__ = '.'.join(map(str, VERSION))
55
__author__ = "Batiste Bieler"
66
__contact__ = "batiste.bieler@gmail.com"

0 commit comments

Comments
 (0)