]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.9 rel_1_0_9
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Apr 2019 15:38:59 +0000 (11:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Apr 2019 15:38:59 +0000 (11:38 -0400)
docs/build/changelog.rst
docs/build/unreleased/548.rst [deleted file]

index 2c528f28f6407b8cc406acca7d3451ae8fd4e8fc..14a524cb6d22afc10cee902cab233bf76b667188 100644 (file)
@@ -5,7 +5,18 @@ Changelog
 
 .. changelog::
     :version: 1.0.9
-    :include_notes_from: unreleased
+    :released: April 15, 2019
+
+    .. change::
+       :tags: bug, operations
+       :tickets: 548
+
+       Simplified the internal scheme used to generate the ``alembic.op`` namespace
+       to no longer attempt to generate full method signatures (e.g. rather than
+       generic ``*args, **kw``) as this was not working in most cases anyway, while
+       in rare circumstances it would in fact sporadically have access to the real
+       argument names and then fail when generating the function due to missing
+       symbols in the argument signature.
 
 .. changelog::
     :version: 1.0.8
diff --git a/docs/build/unreleased/548.rst b/docs/build/unreleased/548.rst
deleted file mode 100644 (file)
index 87f6798..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.. change::
-   :tags: bug, operations
-   :tickets: 548
-
-   Simplified the internal scheme used to generate the ``alembic.op`` namespace
-   to no longer attempt to generate full method signatures (e.g. rather than
-   generic ``*args, **kw``) as this was not working in most cases anyway, while
-   in rare circumstances it would in fact sporadically have access to the real
-   argument names and then fail when generating the function due to missing
-   symbols in the argument signature.