Explorar el Código

Release 0.23.0

Jelmer Vernooij hace 1 mes
padre
commit
2f48efc72a
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  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.25"
 
 [workspace.package]
-version = "0.22.9"
+version = "0.23.0"

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.23.0	UNRELEASED
+0.23.0	2025-06-21
 
  * Add basic ``rebase`` subcommand. (Jelmer Vernooij)
 

+ 1 - 1
dulwich/__init__.py

@@ -23,7 +23,7 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 22, 9)
+__version__ = (0, 23, 0)
 
 __all__ = ["replace_me"]