]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 0.9.5 rel_0_9_5
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Aug 2017 14:11:07 +0000 (10:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Aug 2017 14:11:07 +0000 (10:11 -0400)
docs/build/changelog.rst
docs/build/unreleased/424.rst [deleted file]
docs/build/unreleased/441.rst [deleted file]
docs/build/unreleased/pr69.rst [deleted file]

index 818fd104378868c041b6c16c52719ac88e960490..91d694babde4f696c6d5b60402b841f3f60a2243 100644 (file)
@@ -5,7 +5,34 @@ Changelog
 
 .. changelog::
     :version: 0.9.5
-    :include_notes_from: unreleased
+    :released: August 9, 2017
+
+    .. change::
+        :tags: bug, commands
+        :tickets: 441
+
+        A :class:`.CommandError` is raised if the "--rev-id" passed to the
+        :func:`.revision` command contains dashes or at-signs, as this interferes
+        with the command notation used to locate revisions.
+
+    .. change::
+        :tags: bug, postgresql
+        :tickets: 424
+
+        Added support for the dialect-specific keyword arguments
+        to :meth:`.Operations.drop_index`.   This includes support for
+        ``postgresql_concurrently`` and others.
+
+    .. change::
+        :tags: bug, commands
+
+        Fixed bug in timezone feature introduced in
+        :ticket:`425` when the creation
+        date in a revision file is calculated, to
+        accommodate for timezone names that contain
+        mixed-case characters in their name as opposed
+        to all uppercase.  Pull request courtesy Nils
+        Philippsen.
 
 .. changelog::
     :version: 0.9.4
diff --git a/docs/build/unreleased/424.rst b/docs/build/unreleased/424.rst
deleted file mode 100644 (file)
index 4d07f58..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: bug, postgresql
-    :tickets: 424
-
-    Added support for the dialect-specific keyword arguments
-    to :meth:`.Operations.drop_index`.   This includes support for
-    ``postgresql_concurrently`` and others.
diff --git a/docs/build/unreleased/441.rst b/docs/build/unreleased/441.rst
deleted file mode 100644 (file)
index 6c46e35..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: bug, commands
-    :tickets: 441
-
-    A :class:`.CommandError` is raised if the "--rev-id" passed to the
-    :func:`.revision` command contains dashes or at-signs, as this interferes
-    with the command notation used to locate revisions.
\ No newline at end of file
diff --git a/docs/build/unreleased/pr69.rst b/docs/build/unreleased/pr69.rst
deleted file mode 100644 (file)
index 2ae8dd4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.. change::
-    :tags: bug, commands
-
-    Fixed bug in timezone feature introduced in
-    :ticket:`425` when the creation
-    date in a revision file is calculated, to
-    accommodate for timezone names that contain
-    mixed-case characters in their name as opposed
-    to all uppercase.  Pull request courtesy Nils
-    Philippsen.