Ver código fonte

Release 0.23.0

Jelmer Vernooij 1 mês atrás
pai
commit
2f48efc72a
3 arquivos alterados com 3 adições e 3 exclusões
  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"]