From 14ff468d2ec1a9a6f4ddbe78ddabadbd08b268db Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 2 Mar 2012 01:58:34 -0500 Subject: point at sqla bug --- docs/whatsnew-1.3.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index ac01bb140..cc960f8c1 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -21,13 +21,14 @@ is required. .. warning:: - As of this writing (the release of Pyramid 1.3a1), if you attempt to - install a Pyramid project that used ``alchemy`` scaffold via ``setup.py - develop`` on Python 3.2, it may quit with an installation error while - trying to install ``Pygments``. If this happens, please rerun the - ``setup.py develop`` command again and it will complete. We're just as - clueless as you are as to why this happens at this point, but hopefully - we'll figure it out before Pyramid 1.3 leaves the alpha/beta phase. + As of this writing (the release of Pyramid 1.3b2), if you attempt to + install a Pyramid project that used the ``alchemy`` scaffold via + ``setup.py develop`` on Python 3.2, it will quit with an installation + error while trying to install ``Pygments``. If this happens, please just + rerun the ``setup.py develop`` command again, and it will complete + successfully. This is due to a minor bug in SQLAlchemy 0.7.5 under Python + 3, and will be fixed in a later SQLAlchemy release. Keep an eye on + http://www.sqlalchemy.org/trac/ticket/2421 This feature required us to make some compromises. -- cgit v1.2.3 From 3a14206e0f03fe24fa9a6611097230607332184d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 2 Mar 2012 03:11:22 -0500 Subject: prep for 1.3b2 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 187b1a125..1c957162e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year # other places throughout the built documents. # # The short X.Y version. -version = '1.3b1' +version = '1.3b2' # The full version, including alpha/beta/rc tags. release = version -- cgit v1.2.3