Jelmer Vernooij 2 mesi fa
parent
commit
7a8f31c3f7
3 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  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,<0.28"
 
 [workspace.package]
-version = "0.24.7"
+version = "0.24.8"

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.24.8	UNRELEASED
+
 0.24.7	2025-10-23
 
  * Add sparse index support for improved performance with large repositories.

+ 1 - 1
dulwich/__init__.py

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