summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-08-09 10:11:07 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-08-09 10:11:07 -0400
commit392d01a0927857b0d263cfc684f5529dba3b2e5c (patch)
treeec8e0c441db4c985be018bb728052bdc0c9f0b45
parentd1a8ff99e7c7a138d7da8e4456609f2f92ceb7a9 (diff)
downloadalembic-rel_0_9_5.tar.gz
- 0.9.5rel_0_9_5
-rw-r--r--docs/build/changelog.rst29
-rw-r--r--docs/build/unreleased/424.rst7
-rw-r--r--docs/build/unreleased/441.rst7
-rw-r--r--docs/build/unreleased/pr69.rst10
4 files changed, 28 insertions, 25 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 818fd10..91d694b 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -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
index 4d07f58..0000000
--- a/docs/build/unreleased/424.rst
+++ /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
index 6c46e35..0000000
--- a/docs/build/unreleased/441.rst
+++ /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
index 2ae8dd4..0000000
--- a/docs/build/unreleased/pr69.rst
+++ /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.