Skip to content

Commit

Permalink
Preparing release 2.9.1 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim authored Aug 11, 2022
1 parent c4d0b6f commit 02c5fd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion constance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.utils.functional import LazyObject
from . import checks

__version__ = '2.9.0'
__version__ = '2.9.1'

if django.VERSION < (3, 2): # pragma: no cover
default_app_config = 'constance.apps.ConstanceConfig'
Expand Down
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
---------

2.9.1 (2022-08-11)
~~~~~~~~~~~~~~~~~~

* Add support for gettext in fieldset headers

* Add support for Django 4.1

* Fix text format for MultiValueField usage

v2.9.0 (2022/03/11)
~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 02c5fd5

Please sign in to comment.