@@ -1,4 +1,4 @@
-0.20.1 UNRELEASED
+0.20.1 2020-06-01
* Publish binary wheels for: Windows, Linux, Mac OS X.
(Jelmer Vernooij, #711, #710, #629)
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 20, 0)
+__version__ = (0, 20, 1)
@@ -15,7 +15,7 @@ import io
import os
import sys
-dulwich_version_string = '0.20.0'
+dulwich_version_string = '0.20.1'
class DulwichDistribution(Distribution):