Skip to content

Commit 78a465c

Browse files
committed
Release 2.5.0
1 parent 5886fd4 commit 78a465c

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

HISTORY.rst

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ History
66

77
.. towncrier release notes start
88
9+
2.5.0 (2025-04-18)
10+
==================
11+
12+
Features
13+
--------
14+
15+
- Add support for Django 5.2 and python 3.12 and 3.13, remove support for Django 3.2 (#216)
16+
17+
18+
Bugfixes
19+
--------
20+
21+
- Fix docs build (#213)
22+
- Bump Github actions/cache tag version (#222)
23+
24+
925
2.4.2 (2024-02-05)
1026
==================
1127

changes/213.bugfix

-1
This file was deleted.

changes/216.feature

-1
This file was deleted.

changes/222.bugfix

-1
This file was deleted.

meta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.3.dev1"
1+
__version__ = "2.5.0"

pyproject.toml

+1-1
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.4.3.dev1"
57+
current_version = "2.5.0"
5858
parse = """(?x)
5959
(?P<major>[0-9]+)
6060
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)