Skip to content

Commit 722aff8

Browse files
committedDec 27, 2019
Release 1.2.1
·
2.0.01.2.1
1 parent 4d90ba0 commit 722aff8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
History
44
-------
55

6-
1.2.1 (unreleased)
6+
1.2.1 (2019-12-27)
77
++++++++++++++++++
88

99
* Pinned formtools version on django 1.11 to avoid python 2 issues
1010
* Unpinned psycopg2 version for Django 2.2+
11-
* Support "shorthand" postgres django backend
11+
* Added support for "shorthand" postgres django backend
1212

1313
1.2.0 (2019-11-04)
1414
++++++++++++++++++

‎djangocms_installer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
__author__ = 'Iacopo Spalletti'
33
__email__ = 'i.spalletti@nephila.it'
4-
__version__ = '1.2.1.dev1'
4+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)
Please sign in to comment.