mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
bump version (#565)
This commit is contained in:
parent
3640eb228a
commit
2c827124cd
2 changed files with 18 additions and 1 deletions
|
|
@ -1,6 +1,23 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v4.0.0 (2024/08/21)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Replace `pickle` with JSON for the database backend
|
||||
* Fix migration on MySQL
|
||||
* Fix data loss using `DatabaseBackend` when the DB connection is unstable
|
||||
* Fix typos in the documentation
|
||||
* Fix small HTML errors
|
||||
* Drop support for legacy Django versions
|
||||
* Migrate JavaScript to ES2015
|
||||
* Fix documentation build
|
||||
* Add linters and formatters (using `ruff`)
|
||||
* Prepare for Django 5.1 support
|
||||
* Migrate from `setup.py` to `pyproject.toml`
|
||||
* Bump `tox`
|
||||
* Declare support for Python 3.12
|
||||
|
||||
v3.1.0 (2023/08/21)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "django-constance"
|
||||
version = "3.1.0"
|
||||
version = "4.0.0"
|
||||
description = "Django live settings with pluggable backends, including Redis."
|
||||
readme = "README.rst"
|
||||
license = { text = "BSD" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue