Commit Diff


commit - 2e3581d3cf7ec9d503cc83ab6d5da947dd98040b
commit + 13cbf9737388c7e286807cd6ec6dc2d808afb7b2
blob - 15ae174481811057dcb3af4353799b4ebf21e424
blob + 9c6bfe2924f397be48c9ab9b879933a7998ad656
--- NEWS
+++ NEWS
@@ -1,4 +1,4 @@
-0.20.39	UNRELEASED
+0.20.39	2022-05-19
 
 0.20.38	2022-05-17
 
blob - 5edcc3c435f350c8f3d87fffa5b141e1d40d9d12
blob + 72a716425474dc77422fd16a10e925debdfd6fe9
--- dulwich/__init__.py
+++ dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 20, 38)
+__version__ = (0, 20, 39)
blob - abcf469251c05d857dee065caba009c5ee03341a
blob + b91c57f7a1986dd82df26e87f4f0836b24da23d0
--- 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.38'
+dulwich_version_string = '0.20.39'
 
 
 class DulwichDistribution(Distribution):