summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build/changelog.rst11
-rw-r--r--docs/build/unreleased/119.rst8
2 files changed, 10 insertions, 9 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index bba6721..2126de1 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -4,7 +4,16 @@ Changelog
.. changelog::
:version: 0.6.5
- :include_notes_from: unreleased
+ :released: Mon Mar 5 2018
+
+ .. change::
+ :tags: bug
+ :tickets: 119
+
+ Fixed import issue for Python 3.7 where several variables named "async"
+ were, leading to syntax errors. Pull request courtesy Brian Sheldon.
+
+
.. changelog::
:version: 0.6.4
diff --git a/docs/build/unreleased/119.rst b/docs/build/unreleased/119.rst
deleted file mode 100644
index 1a47625..0000000
--- a/docs/build/unreleased/119.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
- :tags: bug
- :tickets: 119
-
- Fixed import issue for Python 3.7 where several variables named "async"
- were, leading to syntax errors. Pull request courtesy Brian Sheldon.
-
-