commit 46cb9ecfd357150d2b82a53b7ed247c5198e3457 from: Jelmer Vernooij date: Mon Jun 06 23:22:48 2022 UTC Release 0.20.43. commit - bb83067f5d021b80d208dd1b93eda8d02578eeb2 commit + 46cb9ecfd357150d2b82a53b7ed247c5198e3457 blob - 44149dcb47d80bccdb2ccc08f0153047b4fa6f91 blob + 4263bf409b25caea88ee8477d865f9009b26ea69 --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.20.43 UNRELEASED +0.20.43 2022-06-07 * Lazily import url2pathname. (Jelmer Vernooij) blob - 1f523433c5f80ce3a5db12ff70721e7db5f40787 blob + 1645488ae85bca0627e86cebf0a6397d1fcda0f0 --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 42) +__version__ = (0, 20, 43) blob - 161936c0cc6aefb7cb25f7a604fd063c0a0b952c blob + a2983826a60d21673c6e8b02788cf1c6cb4a5842 --- 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.42' +dulwich_version_string = '0.20.43' class DulwichDistribution(Distribution):