Michael Merickel
2017-03-13 5bfa75854fb553e73a227793cca1e117c8796bde
prep 1.7.5
3 files modified
7 ■■■■ changed files
CHANGES.txt 4 ●●● patch | view | raw | blame | history
docs/whatsnew-1.7.rst 1 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,4 +1,6 @@
1.7.5 (unreleased)
.. _changes_1.7.5:
1.7.5 (2017-03-12)
==================
- HTTPException's accepts a detail kwarg that may be used to pass additional
docs/whatsnew-1.7.rst
@@ -19,6 +19,7 @@
- :ref:`changes_1.7.2`
- :ref:`changes_1.7.3`
- :ref:`changes_1.7.4`
- :ref:`changes_1.7.5`
Backwards Incompatibilities
---------------------------
setup.py
@@ -72,7 +72,7 @@
    ]
setup(name='pyramid',
      version='1.7.4',
      version='1.7.5',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[