@@ -1,3 +1,7 @@
+0.20.2 2020-06-01
+
+ * Brown bag release to fix uploads of Windows wheels.
0.20.1 2020-06-01
* Publish binary wheels for: Windows, Linux, Mac OS X.
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 20, 1)
+__version__ = (0, 20, 2)
@@ -15,7 +15,7 @@ import io
import os
import sys
-dulwich_version_string = '0.20.1'
+dulwich_version_string = '0.20.2'
class DulwichDistribution(Distribution):