From 60c5e297f8b1dba464ec49ed7fe6ee0a72e0d44a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 25 Jan 2019 21:03:56 -0500 Subject: [PATCH] - 1.0.7 --- docs/build/changelog.rst | 10 +++++++++- docs/build/unreleased/529.rst | 7 ------- 2 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 docs/build/unreleased/529.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 68afc85a..3c4882d2 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,15 @@ Changelog .. changelog:: :version: 1.0.7 - :include_notes_from: unreleased + :released: January 25, 2019 + + .. change:: + :tags: bug, autogenerate + :tickets: 529 + + Fixed issue in new comment support where autogenerated Python code + for comments wasn't using ``repr()`` thus causing issues with + quoting. Pull request courtesy Damien Garaud. .. changelog:: :version: 1.0.6 diff --git a/docs/build/unreleased/529.rst b/docs/build/unreleased/529.rst deleted file mode 100644 index 764e42df..00000000 --- a/docs/build/unreleased/529.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, autogenerate - :tickets: 529 - - Fixed issue in new comment support where autogenerated Python code - for comments wasn't using ``repr()`` thus causing issues with - quoting. Pull request courtesy Damien Garaud. -- 2.47.2