]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 0.8.6 bump
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2016 19:19:39 +0000 (15:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2016 19:19:39 +0000 (15:19 -0400)
- changelog for pr bitbucket:53

alembic/__init__.py
docs/build/changelog.rst

index 201089701468f1a160772be9ee2a619157c21a90..6712e0bc94dee8d8db865d7374d7af19ff7ba6f1 100644 (file)
@@ -1,6 +1,6 @@
 from os import path
 
-__version__ = '0.8.5'
+__version__ = '0.8.6'
 
 package_dir = path.abspath(path.dirname(__file__))
 
index 3455051cae7f4400014e136e530456e01dae2eae..4989d49bc9288349d4b89024b10547c58433bf04 100644 (file)
@@ -3,6 +3,17 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 0.8.6
+
+    .. change::
+      :tags: bug, batch, mssql
+      :pullreq: bitbucket:53
+
+      Fixed bug where SQL Server arguments for drop_column() would not
+      be propagated when running under a batch block.  Pull request
+      courtesy Michal Petrucha.
+
 .. changelog::
     :version: 0.8.5
     :released: March 9, 2016