commit 6d22f7df3797181f54b08a4d34d6892de63d24e3 from: Jelmer Vernooij date: Thu May 19 15:43:42 2022 UTC Release 0.20.40. commit - 2d8327a2aeab8bbf6a202ce37198105fbd533bd1 commit + 6d22f7df3797181f54b08a4d34d6892de63d24e3 blob - f2a9beaee6f6e409a60fd45712cadfa15a446dd0 blob + 7c65ed993a4be6eaba28f6fb8225f8db9cdac92c --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.20.40 UNRELEASED +0.20.40 2022-05-19 * Fix wheel uploading. (Daniele Trifirò, Jelmer Vernooij) blob - 72a716425474dc77422fd16a10e925debdfd6fe9 blob + a30acfb235f45b5651e9a6614d435866d826055a --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 39) +__version__ = (0, 20, 40) blob - b91c57f7a1986dd82df26e87f4f0836b24da23d0 blob + 7d41f91dd26f9ec2543604ecb7e2c2735e5fb591 --- 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.39' +dulwich_version_string = '0.20.40' class DulwichDistribution(Distribution):