Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Jun 22, 2020
1 parent 79db604 commit 96e95fc
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.utils.functional import LazyObject
from . import checks

__version__ = '2.6.0'
__version__ = '2.7.0'

default_app_config = 'constance.apps.ConstanceConfig'

Expand Down
43 changes: 42 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,52 @@
Changelog
---------

v2.7.0 (2020/06/22)
~~~~~~~~~~~~~~~~~~~

* Deleted south migrations

* Improve grammar of documentation index file

* Simplify documentation installation section

* Fix IntegrityError after 2.5.0 release
(Allow concurrent calls to `DatabaseBackend.set()` method)

* Make groups of fieldsets collapsable

* Allow override_config for pytest

* Put back wheel generation in travis

* Fix wrong "is modified" in admin for multi line strings

* Switch md5 to sha256

* Fix Attempts to change config values fail silently and
appear to succeed when user does not have change permissions

* Make constance app verbose name translatable

* Update example project for Django>2

* Add anchors in admin for constance settings

* Added a sticky footer in django constance admin

* Add memory backend

* Added Ukrainian locale

* Added lazy checks for pytest

v2.6.0 (2020/01/29)
~~~~~~~~~~~~~~~~~~~

* Drop support py<3.5 django<2.2

* Set pickle protocol version for the Redis backend

* Add a command to delete stale records

v2.5.0 (2019/12/23)
Expand Down Expand Up @@ -324,4 +365,4 @@ v0.5 (2013/03/02)

* Added ``CONSTANCE_DATABASE_PREFIX`` setting allow setting a key prefix.

* Switched test runner to use django-nose.
* Switched test runner to use django-nose.

0 comments on commit 96e95fc

Please sign in to comment.