Browse Source

Release 0.21.7.

Jelmer Vernooij 1 year ago
parent
commit
1a55e3198a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 1 - 1
NEWS

@@ -1,5 +1,5 @@
 0.21.7	UNRELEASED
-
+0.21.7	2023-12-05
  * Fix NameError when encountering errors during HTTP operation.
    (Jelmer Vernooij, #1208)
 

+ 1 - 1
dulwich/__init__.py

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