Parcourir la source

Release 0.21.1.

Jelmer Vernooij il y a 2 ans
Parent
commit
8b80b9dc80
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.21.1	UNRELEASED
+0.21.1	2023-01-17
 
  * Factor out ``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, 0)
+__version__ = (0, 21, 1)