Browse Source

Start on 0.22.2

Jelmer Vernooij 11 months ago
parent
commit
852f0f437e
3 changed files with 4 additions and 2 deletions
  1. 1 1
      Cargo.toml
  2. 2 0
      NEWS
  3. 1 1
      dulwich/__init__.py

+ 1 - 1
Cargo.toml

@@ -5,4 +5,4 @@ members = ["crates/*"]
 pyo3 = ">=0.19"
 
 [workspace.package]
-version = "0.22.1"
+version = "0.22.2"

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.22.2	UNRELEASED
+
 0.22.1	2024-04-23
 
  * Handle alternate case for worktreeconfig setting (Will Shanks, #1285)

+ 1 - 1
dulwich/__init__.py

@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 22, 1)
+__version__ = (0, 22, 2)