Parcourir la source

Release 0.18.1

Jelmer Vernooij il y a 7 ans
Parent
commit
03eb7f86fe
2 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. 6 1
      NEWS
  2. 1 1
      dulwich/contrib/test_swift_smoke.py

+ 6 - 1
NEWS

@@ -1,4 +1,9 @@
-0.18.1	UNRELEASED
+0.18.1	2017-07-31
+
+ BUG FIXES
+
+  * Fix syntax error in dulwich.contrib.test_swift_smoke.
+    (Jelmer Vernooij)
 
 0.18.0	2017-07-31
 

+ 1 - 1
dulwich/contrib/test_swift_smoke.py

@@ -42,7 +42,7 @@ import gevent
 from gevent import monkey
 monkey.patch_all()
 
-from dulwich (  # noqa:E402
+from dulwich import (  # noqa:E402
     server,
     repo,
     index,