From 072cbf7ae84e80185ebc122d0c11a6838ac36093 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 27 Sep 2012 11:40:57 -0400 Subject: prep for 1.4a2 --- docs/conf.py | 2 +- docs/whatsnew-1.4.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 7abae7a85..337b1d8bf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year # other places throughout the built documents. # # The short X.Y version. -version = '1.4a1' +version = '1.4a2' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/whatsnew-1.4.rst b/docs/whatsnew-1.4.rst index 86bfc7c0a..4e64d8162 100644 --- a/docs/whatsnew-1.4.rst +++ b/docs/whatsnew-1.4.rst @@ -162,6 +162,9 @@ Minor Feature Additions token in the request's session, the view will be permitted to execute. Otherwise, it will not be permitted to execute. +- Add ``Base.metadata.bind = engine`` to ``alchemy`` scaffold, so that tables + defined imperatively will work. + Backwards Incompatibilities --------------------------- -- cgit v1.2.3