bump version (#565)

This commit is contained in:
Alexandr Artemyev 2024-08-21 02:46:25 +05:00 committed by GitHub
parent 3640eb228a
commit 2c827124cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 1 deletions

View file

@ -1,6 +1,23 @@
Changelog 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) v3.1.0 (2023/08/21)
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "django-constance" name = "django-constance"
version = "3.1.0" version = "4.0.0"
description = "Django live settings with pluggable backends, including Redis." description = "Django live settings with pluggable backends, including Redis."
readme = "README.rst" readme = "README.rst"
license = { text = "BSD" } license = { text = "BSD" }