Michael Merickel
2015-02-22 a3279e1f461132d7f288f70a31d0f0cf652f6e51
prep 1.5.3
3 files modified
14 ■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
docs/whatsnew-1.5.rst 6 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,7 @@
Next release
============
.. _changes_1.5.3:
1.5.3 (2015-02-22)
==================
- Work around an issue where ``pserve --reload`` would leave terminal echo
  disabled if it reloaded during a pdb session.
docs/whatsnew-1.5.rst
@@ -375,6 +375,12 @@
  information within a finished callback.  See
  https://github.com/Pylons/pyramid/issues/1223.
- Overall improvments for the ``proutes`` command. Added ``--format`` and
  ``--glob`` arguments to the command, introduced the ``method``
  column for displaying available request methods, and improved the ``view``
  output by showing the module instead of just ``__repr__``.
  See: https://github.com/Pylons/pyramid/pull/1542
Other Backwards Incompatibilities
---------------------------------
setup.py
@@ -68,7 +68,7 @@
    ]
setup(name='pyramid',
      version='1.5.2',
      version='1.5.3',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' +  CHANGES,
      classifiers=[