mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Bump version 3.0.0
This commit is contained in:
parent
796f0fac5c
commit
8317070890
2 changed files with 2 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.utils.functional import LazyObject
|
||||
|
||||
__version__ = '2.9.1'
|
||||
__version__ = '3.0.0'
|
||||
|
||||
|
||||
class LazyConfig(LazyObject):
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v3.0.0 (future)
|
||||
v3.0.0 (2023/07/27)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Refactor database backend
|
||||
|
|
@ -14,9 +14,6 @@ v3.0.0 (future)
|
|||
|
||||
* Add support for django 4.2
|
||||
|
||||
v2.10.0 (unreleased)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Forward the request when saving the admin changelist form
|
||||
|
||||
v2.9.1 (2022/08/11)
|
||||
|
|
|
|||
Loading…
Reference in a new issue