Commit Diff


commit - 140843f0eafd565bf0a5f1f11d84c25df0c86cb3
commit + 98aa519c7360f4588cb06ced0b017fece866ac4a
blob - 0f796ca4a17a66c1bff277323ed107b5ce0540c0
blob + a4426d4694fe3c0f6d700e4be3feb9c11552b04d
--- NEWS
+++ 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)
blob - 8f7cafdb19f2e5b089dad79b3c9d24d2f2176636
blob + 58e29c9cc98b9231120e6c242eef8681894f4b37
--- dulwich/__init__.py
+++ dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 21, 1)
+__version__ = (0, 21, 2)