Browse Source

Release 0.22.8

Jelmer Vernooij 3 weeks ago
parent
commit
7a70242ca0
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Cargo.toml
  2. 1 1
      NEWS
  3. 1 1
      dulwich/__init__.py

+ 1 - 1
Cargo.toml

@@ -6,4 +6,4 @@ resolver = "2"
 pyo3 = "0.23"
 
 [workspace.package]
-version = "0.22.7"
+version = "0.22.8"

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.22.8	UNRELEASED
+0.22.8	2025-03-02
 
  * Allow passing in plain strings to ``dulwich.porcelain.tag_create``
    (Jelmer Vernooij, #1499)

+ 1 - 1
dulwich/__init__.py

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