diff --git a/AUTHORS.rst b/AUTHORS.rst index aa71af4..7ff0139 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -5,9 +5,20 @@ Credits Development Lead ---------------- -* Iacopo Spalletti +* Iacopo Spalletti +* Paulo Alvarado Contributors ------------ -None yet. Why not be the first? \ No newline at end of file +* Angelo Dini +* Angoreher +* evildmp +* Felipe Prenholato +* Joseph Melettukunnel +* Kim Thoenen +* Kirill Kniazev +* Martin Koistinen +* mikek +* SteinRobert +* Tom Berger diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fe8f886..7007cb1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,16 @@ Changelog ========= +0.4.0 (unreleased) +================== + +* Add Django 1.11 compatibility +* Add django CMS 3.5 compatibility +* Implement django-appdata 0.2 interface +* Remove south migrations +* Drop support for django CMS 3.3 and below +* Allow use setup_config as decorators + 0.3.3 (2017-03-06) ================== diff --git a/aldryn_apphooks_config/__init__.py b/aldryn_apphooks_config/__init__.py index 5601853..9095828 100644 --- a/aldryn_apphooks_config/__init__.py +++ b/aldryn_apphooks_config/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.3.3' +__version__ = '0.4.0rc1'