Skip to content

Commit

Permalink
bump version (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogost authored Aug 20, 2024
1 parent 3640eb2 commit 2c82712
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -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)
~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 2c82712

Please sign in to comment.