Skip to content

Commit e076b16

Browse files
committed
Release 1.2.7
1 parent f545f72 commit e076b16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.2.7 UNRELEASED
1+
1.2.7 2026-06-12
22

33
* Verify that an object retrieved by id actually hashes to the requested
44
id, raising ``ChecksumMismatch`` otherwise. (Jelmer Vernooij, #2223)

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__ = (1, 2, 6)
28+
__version__ = (1, 2, 7)
2929

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

0 commit comments

Comments
 (0)