瀏覽代碼

Start on 0.20.18.

Jelmer Vernooij 4 年之前
父節點
當前提交
c7392cdd74
共有 2 個文件被更改,包括 7 次插入0 次删除
  1. 6 0
      NEWS
  2. 1 0
      setup.py

+ 6 - 0
NEWS

@@ -1,3 +1,9 @@
+0.20.18	UNRELEASED
+
+ * Fix formatting in setup.py. (Jelmer Vernooij)
+
+ * Add release configuration. (Jelmer Vernooij)
+
 0.20.17	2021-02-04
 
  * credentials: ignore end-of-line character. (Georges Racinet)

+ 1 - 0
setup.py

@@ -25,6 +25,7 @@ if sys.version_info < (3, 5):
 
 dulwich_version_string = '0.20.17'
 
+
 class DulwichDistribution(Distribution):
 
     def is_pure(self):