Skip to content

Commit

Permalink
prep for 1.5b1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 8, 2014
1 parent f8ebde9 commit d7b647d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Next release
============
1.5b1 (2014-02-08)
==================

Features
--------
Expand Down
5 changes: 5 additions & 0 deletions docs/whatsnew-1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@ The feature additions in Pyramid 1.5 follow.
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
---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit d7b647d

Please sign in to comment.