Commit Diff


commit - bc10bc8f2bfb5bfb2a68b8c0ec1ea71863e6b4a7
commit + 91f29653f6011779e8cc6652bda732bcbc66c616
blob - db78a5d8d4be44d580f33820ffdfa580ce23efd5
blob + 956ea765820765587c72d393dd007aa4fb95592a
--- NEWS
+++ NEWS
@@ -1,4 +1,4 @@
-0.20.44	UNRELEASED
+0.20.44	2022-06-30
 
  * Fix reading of chunks in server. (Jelmer Vernooij, #977)
 
blob - 1645488ae85bca0627e86cebf0a6397d1fcda0f0
blob + 4544902ed0a6ad3a3d904cd6c64d39e9cb72860f
--- dulwich/__init__.py
+++ dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 20, 43)
+__version__ = (0, 20, 44)
blob - a2983826a60d21673c6e8b02788cf1c6cb4a5842
blob + 3c557ab7db8b44fb11b1ad1d677fee8ec3467d63
--- setup.py
+++ setup.py
@@ -23,7 +23,7 @@ if sys.version_info < (3, 6):
         'For 2.7 support, please install a version prior to 0.20')
 
 
-dulwich_version_string = '0.20.43'
+dulwich_version_string = '0.20.44'
 
 
 class DulwichDistribution(Distribution):