We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a172a commit 4784a90Copy full SHA for 4784a90
CHANGELOG.rst
@@ -11,11 +11,16 @@ Change Log
11
12
.. There should always be an "Unreleased" section for changes pending release.
13
14
-Unreleased
15
-~~~~~~~~~~
+[2.8.0] - 2025-02-10
+~~~~~~~~~~~~~~~~~~~~
16
17
* Drop support for Python 3.8.
18
19
+[2.7.0] - 2024-04-03
20
21
+
22
+* Move build requirements out of base.in.
23
24
[2.6.0] - 2024-03-30
25
~~~~~~~~~~~~~~~~~~~~
26
config_models/__init__.py
@@ -2,4 +2,4 @@
2
Configuration models for Django allowing config management with auditing.
3
"""
4
5
-__version__ = '2.7.0'
+__version__ = '2.8.0'
0 commit comments