We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0ee18 commit 694c5e5Copy full SHA for 694c5e5
CHANGELOG.rst
@@ -11,6 +11,11 @@ Change Log
11
12
.. There should always be an "Unreleased" section for changes pending release.
13
14
+[2.5.1] - 2023-09-22
15
+~~~~~~~~~~~~~~~~~~~~
16
+
17
+* Fixed issues with Django 4.2
18
19
[2.5.0] - 2023-08-07
20
~~~~~~~~~~~~~~~~~~~~
21
config_models/__init__.py
@@ -2,4 +2,4 @@
2
Configuration models for Django allowing config management with auditing.
3
"""
4
5
-__version__ = '2.5.0'
+__version__ = '2.5.1'
0 commit comments