From: Mike Bayer Date: Wed, 16 Mar 2016 19:19:39 +0000 (-0400) Subject: - 0.8.6 bump X-Git-Tag: rel_0_8_6~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2abd5de428dee8f8310580896d2e1956949918d;p=thirdparty%2Fsqlalchemy%2Falembic.git - 0.8.6 bump - changelog for pr bitbucket:53 --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 20108970..6712e0bc 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.8.5' +__version__ = '0.8.6' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 3455051c..4989d49b 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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