Michael Merickel
2016-08-17 97e53b73c9f3ef8e6f66c1684ef864aae5601642
prep 1.7.3
3 files modified
14 ■■■■■ changed files
CHANGES.txt 11 ●●●●● 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,3 +1,14 @@
.. _changes_1.7.3:
1.7.3 (2016-08-17)
==================
Bug Fixes
---------
- Oops, Apparently wheels do not build cleanly every time, so build artifacts
  from 1.6.3 creeped into the wheel for 1.7.2. Note to self: ``rm -rf build``.
.. _changes_1.7.2:
1.7.2 (2016-08-16)
docs/whatsnew-1.7.rst
@@ -17,6 +17,7 @@
- :ref:`changes_1.7.1`
- :ref:`changes_1.7.2`
- :ref:`changes_1.7.3`
Backwards Incompatibilities
---------------------------
setup.py
@@ -72,7 +72,7 @@
    ]
setup(name='pyramid',
      version='1.7.2',
      version='1.7.3',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[