Michael Merickel
2016-05-10 7c48d5d27a1dd852b0e8c4d37f4a0f97162c1810
prep 1.7b3
2 files modified
6 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
unreleased
==========
1.7b3 (2016-05-10)
==================
- Fix ``request.invoke_exception_view`` to raise an ``HTTPNotFound``
  exception if no view is matched. Previously ``None`` would be returned
setup.py
@@ -72,7 +72,7 @@
    ]
setup(name='pyramid',
      version='1.7b2',
      version='1.7b3',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[