Skip to content

Commit 4784a90

Browse files
committed
v2.8.0
1 parent c9a172a commit 4784a90

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ Change Log
1111

1212
.. There should always be an "Unreleased" section for changes pending release.
1313
14-
Unreleased
15-
~~~~~~~~~~
14+
[2.8.0] - 2025-02-10
15+
~~~~~~~~~~~~~~~~~~~~
1616

1717
* Drop support for Python 3.8.
1818

19+
[2.7.0] - 2024-04-03
20+
~~~~~~~~~~~~~~~~~~~~
21+
22+
* Move build requirements out of base.in.
23+
1924
[2.6.0] - 2024-03-30
2025
~~~~~~~~~~~~~~~~~~~~
2126

config_models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Configuration models for Django allowing config management with auditing.
33
"""
44

5-
__version__ = '2.7.0'
5+
__version__ = '2.8.0'

0 commit comments

Comments
 (0)