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 4d90ba0 commit 722aff8Copy full SHA for 722aff8
HISTORY.rst
@@ -3,12 +3,12 @@
3
History
4
-------
5
6
-1.2.1 (unreleased)
+1.2.1 (2019-12-27)
7
++++++++++++++++++
8
9
* Pinned formtools version on django 1.11 to avoid python 2 issues
10
* Unpinned psycopg2 version for Django 2.2+
11
-* Support "shorthand" postgres django backend
+* Added support for "shorthand" postgres django backend
12
13
1.2.0 (2019-11-04)
14
djangocms_installer/__init__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
-__version__ = '1.2.1.dev1'
+__version__ = '1.2.1'
0 commit comments