Explorar o código

release 0.24.2

Jelmer Vernooij hai 3 meses
pai
achega
50aa7dbfdc
Modificáronse 3 ficheiros con 3 adicións e 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.24.1"
+version = "0.24.2"

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.24.2	UNRELEASED
+0.24.2	2025-09-25
 
  * Added ``porcelain.shortlog`` function to summarize commits by author,
    similar to git shortlog. (Muhammad Usama, #1693)

+ 1 - 1
dulwich/__init__.py

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