Pyramid 1.3b3 has been released.  1.3b3 is the third (and hopefully
final) beta release in the 1.3 series.  Here's what happened:

  1.3b3 (2012-03-17)
  ==================

  Bug Fixes
  ---------

  - ``config.add_view(<aninstancemethod>)`` raised AttributeError
    involving ``__text__``.  See
    https://github.com/Pylons/pyramid/issues/461

  - Remove references to do-nothing ``pyramid.debug_templates``
    setting in all Pyramid-provided ``.ini`` files.  This setting
    previously told Chameleon to render better exceptions; now
    Chameleon always renders nice exceptions regardless of the value
    of this setting.

  Scaffolds
  ---------

  - The ``alchemy`` scaffold now shows an informative error message in
    the browser if the person creating the project forgets to run the
    initialization script.

  - The ``alchemy`` scaffold initialization script is now called
    ``initialize_<projectname>_db`` instead of
    ``populate_<projectname>``.

The documentation for the 1.3b3 release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/

A detailed "What's New in Pyramid 1.3" document is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew-1.3.html

You can install 1.3b3 via PyPI:

  easy_install Pyramid==1.3b3

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- C


-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to