Skip to content

Commit 1f95a94

Browse files
committed
Release 2.5.1
1 parent 3649d7c commit 1f95a94

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ History
66

77
.. towncrier release notes start
88
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+
918
2.5.0 (2025-04-18)
1019
==================
1120

changes/267.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

meta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.1.dev1"
1+
__version__ = "2.5.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commit = true
5454
message = "Release {new_version}"
5555
commit_args = "--no-verify"
5656
tag = false
57-
current_version = "2.5.1.dev1"
57+
current_version = "2.5.1"
5858
parse = """(?x)
5959
(?P<major>[0-9]+)
6060
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)