@@ -1,4 +1,4 @@
-0.20.20 UNRELEASED
+0.20.20 2021-03-03
* Implement ``Stash.drop``. (Peter Rowlands)
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 20, 19)
+__version__ = (0, 20, 20)
@@ -23,7 +23,7 @@ if sys.version_info < (3, 5):
'For 2.7 support, please install a version prior to 0.20')
-dulwich_version_string = '0.20.19'
+dulwich_version_string = '0.20.20'
class DulwichDistribution(Distribution):