commit cd4278c960e09e7595d5acd2d7b10619a2ee7a91 from: Jelmer Vernooij date: Tue May 24 10:24:53 2022 UTC Release 0.20.41. commit - 239ac2811d3a87798f17ce24a3216d06c0761458 commit + cd4278c960e09e7595d5acd2d7b10619a2ee7a91 blob - ba7fd8d7f94ff06c264a23115827ac1bab66baf8 blob + 9674bdbe4955c74543c6f569b3a0f86d4f389ca6 --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.20.41 UNRELEASED +0.20.41 2022-05-24 * Fix wheel uploading, properly. (Ruslan Kuprieiev) blob - a30acfb235f45b5651e9a6614d435866d826055a blob + c483f13207ffbe85157e6100f5c1be3e6cd775ae --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 40) +__version__ = (0, 20, 41) blob - 7d41f91dd26f9ec2543604ecb7e2c2735e5fb591 blob + 4f2e21a721c32c19ba5d4c4d3753af038c2c17f7 --- 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.40' +dulwich_version_string = '0.20.41' class DulwichDistribution(Distribution):