Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 5, 2019
1 parent 7dcc071 commit 8b0f86c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
History
-------

1.1.0 (unreleased)
1.1.0 (2019-03-05)
++++++++++++++++++

* Added support for django CMS 3.6 (as develop version until release)
* Added support for django CMS 3.6
* Added detection of incompatible DJANGO_SETTINGS_MODULE environment variable
* Added detection of mismatched Django version between currently installed and declared one

Expand Down
2 changes: 1 addition & 1 deletion djangocms_installer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = '[email protected]'
__version__ = '1.1.0rc1'
__version__ = '1.1.0'

0 comments on commit 8b0f86c

Please sign in to comment.