From 722aff838a825ecdd930e3c1ed8f8d8a05864a0d Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Fri, 27 Dec 2019 10:29:28 +0100 Subject: [PATCH] Release 1.2.1 --- HISTORY.rst | 4 ++-- djangocms_installer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b94c745..a565ffc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,12 +3,12 @@ History ------- -1.2.1 (unreleased) +1.2.1 (2019-12-27) ++++++++++++++++++ * Pinned formtools version on django 1.11 to avoid python 2 issues * Unpinned psycopg2 version for Django 2.2+ -* Support "shorthand" postgres django backend +* Added support for "shorthand" postgres django backend 1.2.0 (2019-11-04) ++++++++++++++++++ diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index 88360fc..f5922b4 100644 --- a/djangocms_installer/__init__.py +++ b/djangocms_installer/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '1.2.1.dev1' +__version__ = '1.2.1'