2
0
Jelmer Vernooij 3 долоо хоног өмнө
parent
commit
116dd8286b
3 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 1 1
      Cargo.toml
  2. 2 0
      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.8"
+version = "0.22.9"

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.22.9	UNRELEASED
+
 0.22.8	2025-03-02
 
  * Allow passing in plain strings to ``dulwich.porcelain.tag_create``

+ 1 - 1
dulwich/__init__.py

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