Pārlūkot izejas kodu

Release 0.21.2.

Jelmer Vernooij 2 gadi atpakaļ
vecāks
revīzija
98aa519c73
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.21.2	UNRELEASED
+0.21.2	2023-01-18
 
  * Fix early file close bug in ``dulwich.pack.extend_pack``.
    (Jelmer Vernooij)

+ 1 - 1
dulwich/__init__.py

@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 21, 1)
+__version__ = (0, 21, 2)