@@ -1,4 +1,4 @@
-0.20.42 UNRELEASED
+0.20.42 2022-05-24
* Drop ``RefsContainer.watch`` that was always flaky.
(Jelmer Vernooij, #886)
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 20, 41)
+__version__ = (0, 20, 42)
@@ -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):