From 99261960b8dcc853e26406e0a2191c9c65ab2fce Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 17 Feb 2014 15:58:16 -0500 Subject: [PATCH] - 0.6.4 - changelog for pullreq bitbucket:20 --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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 -- 2.47.3