Skip to content

Commit b9e96e0

Browse files
committed
Release 0.24.1
1 parent 5623128 commit b9e96e0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resolver = "2"
66
pyo3 = "0.25"
77

88
[workspace.package]
9-
version = "0.24.0"
9+
version = "0.24.1"

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.24.1 UNRELEASE
1+
0.24.1 2025-08-01
22

33
* Require ``typing_extensions`` on Python 3.10.
44
(Jelmer Vernooij, #1735)

dulwich/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
else:
3232
from typing_extensions import ParamSpec
3333

34-
__version__ = (0, 24, 0)
34+
__version__ = (0, 24, 1)
3535

3636
__all__ = ["__version__", "replace_me"]
3737

0 commit comments

Comments
 (0)