From: Mike Bayer Date: Wed, 28 Nov 2018 04:28:54 +0000 (-0500) Subject: - 1.0.5 X-Git-Tag: rel_1_0_5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ad2afc494e3f04eaa330e73efa59aae30f4a6c;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.0.5 --- 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