commit - 3925764980f5833ad5d3d571ea934f1e2883d2c7
commit + 2dc53ded8533f909186c7b602e97caaaaebd5ebc
blob - 255cd091849f8515c2db919b22d7ff54cb7d4691
blob + c51ea2312778272fecff47edc8015963042d288b
--- NEWS
+++ NEWS
-0.20.30 UNRELEASED
+0.20.30 2022-01-08
0.20.29 2022-01-08
blob - 296e20957d81a5f710dd1a08a82df6f93fc5a9bc
blob + b6d263798a69926bced09fe3528edf516a10fed5
--- dulwich/__init__.py
+++ dulwich/__init__.py
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 20, 29)
+__version__ = (0, 20, 30)
blob - 4133731ce0a12685c3cd4c8d5957945c947bb03c
blob + e0ee7431ac4e6b4f1f0ec9fe5766e68c227588b9
--- setup.py
+++ setup.py
'For 2.7 support, please install a version prior to 0.20')
-dulwich_version_string = '0.20.29'
+dulwich_version_string = '0.20.30'
class DulwichDistribution(Distribution):