commit 2dc53ded8533f909186c7b602e97caaaaebd5ebc from: Jelmer Vernooij date: Sat Jan 08 01:51:22 2022 UTC Release 0.20.30. commit - 3925764980f5833ad5d3d571ea934f1e2883d2c7 commit + 2dc53ded8533f909186c7b602e97caaaaebd5ebc blob - 255cd091849f8515c2db919b22d7ff54cb7d4691 blob + c51ea2312778272fecff47edc8015963042d288b --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -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 @@ -22,4 +22,4 @@ """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 @@ -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.29' +dulwich_version_string = '0.20.30' class DulwichDistribution(Distribution):