]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 0.6.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Feb 2014 20:58:16 +0000 (15:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Feb 2014 20:58:16 +0000 (15:58 -0500)
- changelog for pullreq bitbucket:20

alembic/__init__.py
docs/build/changelog.rst

index 13031b0a0a3c4b0bba1a0ff25b2e1f9a01aeea3d..540aed615a74cdbbc5e53d632f26ac320c451c35 100644 (file)
@@ -1,6 +1,6 @@
 from os import path
 
-__version__ = '0.6.3'
+__version__ = '0.6.4'
 
 package_dir = path.abspath(path.dirname(__file__))
 
index b4a2bc543cced39a654ad3efddbe80c0e843c1e9..525e169bea4f3eb1b012ff5e27bea92107bdb95f 100644 (file)
@@ -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