@@ -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
@@ -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,