]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.7 rel_1_0_7
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Jan 2019 02:03:56 +0000 (21:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Jan 2019 02:03:56 +0000 (21:03 -0500)
docs/build/changelog.rst
docs/build/unreleased/529.rst [deleted file]

index 68afc85aa0ec9dedb203f87d609cfc0a795ab649..3c4882d283f876425e995be6acf0b676dd1e847c 100644 (file)
@@ -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 (file)
index 764e42d..0000000
+++ /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.