]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.5 rel_1_0_5
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Nov 2018 04:28:54 +0000 (23:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Nov 2018 04:28:54 +0000 (23:28 -0500)
docs/build/changelog.rst
docs/build/unreleased/507.rst [deleted file]

index 87d6fa9b3277a994bb7ff7c80966c70273a0b257..38d5a546be3c878d60e9360858f1ab8c1b28c854 100644 (file)
@@ -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 (file)
index 7293ba4..0000000
+++ /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