From: Mike Bayer Date: Mon, 17 Feb 2014 20:58:16 +0000 (-0500) Subject: - 0.6.4 X-Git-Tag: rel_0_6_4~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99261960b8dcc853e26406e0a2191c9c65ab2fce;p=thirdparty%2Fsqlalchemy%2Falembic.git - 0.6.4 - changelog for pullreq bitbucket:20 --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 13031b0a..540aed61 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.6.3' +__version__ = '0.6.4' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index b4a2bc54..525e169b 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -2,6 +2,19 @@ ========== Changelog ========== +.. changelog:: + :version: 0.6.4 + + .. change:: + :tags: feature + :pullreq: bitbucket:20 + + The :func:`.command.revision` command now returns the :class:`.Script` + object corresponding to the newly generated revision. From this + structure, one can get the revision id, the module documentation, + and everything else, for use in scripts that call upon this command. + Pull request courtesy Robbie Coomber. + .. changelog:: :version: 0.6.3 :released: February 2, 2014