Browse Source

Start on 0.22.1

Jelmer Vernooij 11 months ago
parent
commit
9d70aba954
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.0"
+version = "0.22.1"

+ 2 - 0
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)

+ 1 - 1
dulwich/__init__.py

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