Selaa lähdekoodia

Release 0.21.4.1.

Jelmer Vernooij 1 vuosi sitten
vanhempi
commit
9955bd0401
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.21.4.1	UNRELEASED
+0.21.4.1	2023-05-04
 
 
  * Support ``core.symlinks=false``. (Jelmer Vernooij, #1169)
  * Support ``core.symlinks=false``. (Jelmer Vernooij, #1169)
 
 

+ 1 - 1
dulwich/__init__.py

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