Commit Diff


commit - 4f17468f29ee36b9791749058468b770326aa032
commit + 1fa6259ebfa5ddcefca8c0243f5699695e2f58fd
blob - c0bd5389b5e65e206bae6c6f3ada2077358e2bb0
blob + efb522f9c22c7d994e5ce5611ac9491b486182ce
--- Cargo.toml
+++ Cargo.toml
@@ -5,4 +5,4 @@ members = ["crates/*"]
 pyo3 = ">=0.19"
 
 [workspace.package]
-version = "0.22.0"
+version = "0.22.1"
blob - 8e31ee5eea3f1783da75008aee804f13ff7cbef5
blob + 7c4a410697b65bd62741bddbb903eb9b0c7fe32f
--- NEWS
+++ NEWS
@@ -1,3 +1,5 @@
+0.22.1	UNRELEASED
+
 0.22.0	2024-04-22
 
  * Stop installing docs/ as part of package code. (Jelmer Vernooij, #1248)
blob - 40ec989e8cc9766a256f86e50253a711d18c3ed3
blob + c0b492501884281e7d3f1b947fa80336d51791bd
--- dulwich/__init__.py
+++ dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 22, 0)
+__version__ = (0, 22, 1)