From 91b3ac622c09022c7c36a1afb5040524dda2a423 Mon Sep 17 00:00:00 2001
From: Michael Scott Cuthbert <cuthbert@mit.edu>
Date: Sun, 11 Jun 2017 19:17:07 -0400
Subject: [PATCH] v4.0.6 release

---
 dist/dist.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/dist.py b/dist/dist.py
index e918809992..d5f2def66a 100644
--- a/dist/dist.py
+++ b/dist/dist.py
@@ -25,7 +25,7 @@
 4. run test/testLint.py and fix any lint errors
 5. commit and then check test/testSingleCoreAll.py results on Travis-CI
      (normally not necessary, because it's slower and mostly duplicates multiprocessTest,
-     but should be done before making a release).  Done automatically by Travis-CI on GitHub commit
+     but should be done before making a release).
 6. then python3 test/testDocumentation.py # only designed for Python 3...
 7. run documentation/make.py clean
 8. run documentation/make.py   [*]