Ver código fonte

Start on 0.23.4

Jelmer Vernooij 1 mês atrás
pai
commit
86d67311fc
3 arquivos alterados com 4 adições e 2 exclusões
  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.25"
 
 [workspace.package]
-version = "0.23.2"
+version = "0.23.3"

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.23.3	UNRELEASED
+
 0.23.2	2025-07-07
 
  * Print deprecations on usage, not import.

+ 1 - 1
dulwich/__init__.py

@@ -31,7 +31,7 @@ if sys.version_info >= (3, 10):
 else:
     from typing_extensions import ParamSpec
 
-__version__ = (0, 23, 2)
+__version__ = (0, 23, 3)
 
 __all__ = ["replace_me"]