mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Bump version
This commit is contained in:
parent
8121802f52
commit
d84f0283c8
2 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '1.1.1'
|
||||
__version__ = '1.1.2'
|
||||
|
||||
default_app_config = 'constance.apps.ConstanceConfig'
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue