Just incase anyone is wondering - the current plan is to leave 1.9 in alpha status until Pycon sprints are complete (May 24th ish) just incase we have some last minute changes that make sense to get shipped right away. Based on my schedule after Pycon I would expect 1.9.0 sometime around the first week of May.
Thanks! - Michael On Tue, May 9, 2017 at 1:53 AM, Michael Merickel <[email protected]> wrote: > Hey folks, this is a very minor release on top of 1.9a1. > > - The exception view tween was updated to use > ``request.invoke_exception_view`` > logic. > > - ``request.invoke_exception_view`` will now leave ``request.exception`` > and ``request.exc_info`` set if a response was successfully rendered for > the exception. This is a minor backward incompatibility but is not expected > to impact anyone. > > A "What's New In Pyramid 1.9" document exists at > http://docs.pylonsproject.org/projects/pyramid/en/1.9-branch > /whatsnew-1.9.html . > > You will be able to see the 1.8 release documentation > at http://docs.pylonsproject.org/projects/pyramid/en/1.9-branch/ . > > You can install it via PyPI: > > pip install pyramid==1.9a2 > > Enjoy, and please report any issues you find to the issue tracker at > https://github.com/Pylons/pyramid/issues > > Thanks! > > - Pyramid core developers > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwF%2BF8SZajNDeQ9M_0m1awR0H_gNNAoR_T%3DGS5PQ%2BQ20Vw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
