Chris McDonough
2014-02-08 d7b647d27ebde9bc8203629b651e69d6e7ac7c38
prep for 1.5b1
3 files modified
11 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/whatsnew-1.5.rst 5 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.5b1 (2014-02-08)
==================
Features
--------
docs/whatsnew-1.5.rst
@@ -360,6 +360,11 @@
  timeouts, and conformance with the ``ISession`` API.
  See https://github.com/Pylons/pyramid/pull/1142
- We no longer eagerly clear ``request.exception`` and ``request.exc_info`` in
  the exception view tween.  This makes it possible to inspect exception
  information within a finished callback.  See
  https://github.com/Pylons/pyramid/issues/1223.
Other Backwards Incompatibilities
---------------------------------
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.5a4',
      version='1.5b1',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' +  CHANGES,
      classifiers=[