@@ -1,3 +1,7 @@
+0.20.9 2020-10-30
+
+ * Fix wheels build on Linux. (Ruslan Kuprieiev)
0.20.8 2020-10-29
* Build wheels on Mac OS X / Windows for Python 3.9.
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 20, 8)
+__version__ = (0, 20, 9)
@@ -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.8'
+dulwich_version_string = '0.20.9'
class DulwichDistribution(Distribution):