From e1ad2afc494e3f04eaa330e73efa59aae30f4a6c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 27 Nov 2018 23:28:54 -0500 Subject: [PATCH] - 1.0.5 --- docs/build/changelog.rst | 13 ++++++++++++- docs/build/unreleased/507.rst | 10 ---------- 2 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 docs/build/unreleased/507.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 87d6fa9b..38d5a546 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,18 @@ Changelog .. changelog:: :version: 1.0.5 - :include_notes_from: unreleased + :released: November 27, 2018 + + .. change:: + :tags: bug, py3k + :tickets: 507 + + Resolved remaining Python 3 deprecation warnings, covering + the use of inspect.formatargspec() with a vendored version + copied from the Python standard library, importing + collections.abc above Python 3.3 when testing against abstract + base classes, fixed one occurrence of log.warn(), as well as a few + invalid escape sequences. .. changelog:: :version: 1.0.4 diff --git a/docs/build/unreleased/507.rst b/docs/build/unreleased/507.rst deleted file mode 100644 index 7293ba4b..00000000 --- a/docs/build/unreleased/507.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. change:: - :tags: bug, py3k - :tickets: 507 - - Resolved remaining Python 3 deprecation warnings, covering - the use of inspect.formatargspec() with a vendored version - copied from the Python standard library, importing - collections.abc above Python 3.3 when testing against abstract - base classes, fixed one occurrence of log.warn(), as well as a few - invalid escape sequences. \ No newline at end of file -- 2.47.2