commit 5f0a09c0e6c8c7f7162fd6ca3372a2f97933c0d7 from: Jelmer Vernooij date: Tue May 24 20:04:47 2022 UTC Release 0.20.42. commit - cef367d5a30420d93301507cf0956eaa30f02e9f commit + 5f0a09c0e6c8c7f7162fd6ca3372a2f97933c0d7 blob - d0f5aac913a25f276b42468a9f032aba5cd125bb blob + dd0c012a95bc90d5aa584d2a1ea1437cfa5d3329 --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.20.42 UNRELEASED +0.20.42 2022-05-24 * Drop ``RefsContainer.watch`` that was always flaky. (Jelmer Vernooij, #886) blob - c483f13207ffbe85157e6100f5c1be3e6cd775ae blob + 1f523433c5f80ce3a5db12ff70721e7db5f40787 --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 41) +__version__ = (0, 20, 42) blob - b85a69e625e0293c3cfaa15788a0e83961c3d395 blob + 161936c0cc6aefb7cb25f7a604fd063c0a0b952c --- 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.41' +dulwich_version_string = '0.20.42' class DulwichDistribution(Distribution):