From: Mike Bayer Date: Thu, 5 Dec 2013 23:26:43 +0000 (-0500) Subject: - 0.6.2 X-Git-Tag: rel_0_6_2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273ab3ce4ac96410fdd8728bb4c63143337fccfc;p=thirdparty%2Fsqlalchemy%2Falembic.git - 0.6.2 - changelog for pullreq 13 --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 10a97bf5..d73b16b5 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.6.1' +__version__ = '0.6.2' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 47dfbbd8..4d5ae5ab 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,18 @@ Changelog ========== +.. changelog:: + :version: 0.6.2 + + .. change:: + :tags: bug, mssql + :pullreq: bitbucket:13 + + The MSSQL backend will add the batch separator (e.g. ``"GO"``) + in ``--sql`` mode after the final ``COMMIT`` statement, to ensure + that statement is also processed in batch mode. Courtesy + Derek Harland. + .. changelog:: :version: 0.6.1 :released: Wed Nov 27 2013