Preparing release 2.9.1 (#497)

This commit is contained in:
Rémy HUBSCHER 2022-08-11 13:54:59 +02:00 committed by GitHub
parent c4d0b6f693
commit 02c5fd5011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import django
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'

View file

@ -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)
~~~~~~~~~~~~~~~~~~~