Bump version

This commit is contained in:
Camilo Nova 2016-02-08 07:55:33 -05:00
parent 8121802f52
commit d84f0283c8
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
from django.utils.functional import LazyObject
__version__ = '1.1.1'
__version__ = '1.1.2'
default_app_config = 'constance.apps.ConstanceConfig'

View file

@ -1,11 +1,17 @@
Changelog
---------
v1.2 (unreleased)
~~~~~~~~~~~~~~~~~
v1.1.2 (2016/02/08)
~~~~~~~~~~~~~~~~~~~
* Moved to Jazzband organization (https://github.com/jazzband/django-constance)
* Added Custom Fields
* Added Django 1.9 support to tests
* Fixes icons for Django 1.9 admin
v1.1.1 (2015/10/01)
~~~~~~~~~~~~~~~~~~~