Michael Merickel
2017-01-25 6992c888f7ea18a24b4a39305092325a7c060e39
prep 1.7.4
3 files modified
9 ■■■■■ changed files
CHANGES.txt 6 ●●●●● 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,5 +1,7 @@
unreleased
==========
.. _changes_1.7.4:
1.7.4 (2017-01-24)
==================
- Update HACKING.txt from stale branch that was never merged to master.
  See https://github.com/Pylons/pyramid/pull/2785
docs/whatsnew-1.7.rst
@@ -18,6 +18,7 @@
- :ref:`changes_1.7.1`
- :ref:`changes_1.7.2`
- :ref:`changes_1.7.3`
- :ref:`changes_1.7.4`
Backwards Incompatibilities
---------------------------
setup.py
@@ -72,7 +72,7 @@
    ]
setup(name='pyramid',
      version='1.7.3',
      version='1.7.4',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[