Skip to content

Commit ca40513

Browse files
committed
release 0.24.10
1 parent 493832a commit ca40513

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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,<0.28"
77

88
[workspace.package]
9-
version = "0.24.9"
9+
version = "0.24.10"

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
024.10 2025-11-10
2+
3+
* Fix compatibility with python 3.9. (Jelmer Vernooij, #1991)
4+
15
0.24.9 2025-11-10
26

37
* Fix passing key_filename and ssh_command parameters to SSHGitClient.

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, 9)
34+
__version__ = (0, 24, 10)
3535

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

0 commit comments

Comments
 (0)