Michael Merickel
2016-08-17 64549e9afe4c183ad62a667efb4d76941f2f6d69
prep 1.7.2
3 files modified
10 ■■■■ changed files
CHANGES.txt 7 ●●●●● 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,8 +1,7 @@
unreleased
==========
.. _changes_1.7.2:
Bug Fixes
---------
1.7.2 (2016-08-16)
==================
- Revert changes from #2706 released in Pyramid 1.7.1. JSON renderers will
  continue to return unicode data instead of UTF-8 encoded bytes. This means
docs/whatsnew-1.7.rst
@@ -16,6 +16,7 @@
include documentation improvements and other minor feature changes.
- :ref:`changes_1.7.1`
- :ref:`changes_1.7.2`
Backwards Incompatibilities
---------------------------
setup.py
@@ -72,7 +72,7 @@
    ]
setup(name='pyramid',
      version='1.7.1',
      version='1.7.2',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[