From 273ab3ce4ac96410fdd8728bb4c63143337fccfc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 5 Dec 2013 18:26:43 -0500 Subject: [PATCH] - 0.6.2 - changelog for pullreq 13 --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 -- 2.47.2