Skip to content

Commit 287097f

Browse files
committed
release 0.25.2
1 parent 4469d3e commit 287097f

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

88
[workspace.package]
9-
version = "0.25.1"
9+
version = "0.25.2"

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.25.2 UNRELEASED
1+
0.25.2 2026-01-11
22

33
* Fix test failure when GPG raises ``InvalidSigners`` instead of
44
``GPGMEError`` on systems without usable secret keys. (#2063)

dulwich/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from collections.abc import Callable
2626
from typing import TYPE_CHECKING, Any, ParamSpec, TypeVar
2727

28-
__version__ = (0, 25, 1)
28+
__version__ = (0, 25, 2)
2929

3030
__all__ = ["__version__", "replace_me"]
3131

0 commit comments

Comments
 (0)