We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3649d7c commit 1f95a94Copy full SHA for 1f95a94
4 files changed
HISTORY.rst
@@ -6,6 +6,15 @@ History
6
7
.. towncrier release notes start
8
9
+2.5.1 (2026-02-17)
10
+==================
11
+
12
+Features
13
+--------
14
15
+- Add python 3.14 and Django 6 compatibility (#267)
16
17
18
2.5.0 (2025-04-18)
19
==================
20
changes/267.feature
meta/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.5.1.dev1"
+__version__ = "2.5.1"
pyproject.toml
@@ -54,7 +54,7 @@ commit = true
54
message = "Release {new_version}"
55
commit_args = "--no-verify"
56
tag = false
57
-current_version = "2.5.1.dev1"
+current_version = "2.5.1"
58
parse = """(?x)
59
(?P<major>[0-9]+)
60
\\.(?P<minor>[0-9]+)
0 commit comments