Commit Diff


commit - d8fc586f3d5b8ba1f3cabfeb33bd7e6704bddba9
commit + 1a55e3198a54b4ad347c7e31adbc8656ee9ec82f
blob - 8e76a9d8f49126b0862fad22a544225b2db5ee5b
blob + 58d733aad250ff4f4712131766f7fe9c17e394d0
--- NEWS
+++ 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)
 
blob - 292469edf6de0a9fbb9a6aa7c371ad5eecbe8764
blob + ac74ff10d5f385dc0189ce4555ee4d87678dfe66
--- dulwich/__init__.py
+++ dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 21, 6)
+__version__ = (0, 21, 7)
\ No newline at end of file