Michael Merickel
2017-06-11 ab4cc121c7f07ddebcec818d61623dd3c396db66
prep 1.8.4
4 files modified
9 ■■■■■ changed files
CHANGES.txt 3 ●●●● patch | view | raw | blame | history
docs/whatsnew-1.8.rst 1 ●●●● patch | view | raw | blame | history
setup.cfg 3 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,6 +1,6 @@
.. _changes_1.8.4:
1.8.4 (unreleased)
1.8.4 (2017-06-11)
==================
Bug Fixes
@@ -22,7 +22,6 @@
- Update ``cookiecutter`` command to use a checkout for specific branch and
  shorten it. See https://github.com/Pylons/pyramid/issues/3042
.. _changes_1.8.3:
docs/whatsnew-1.8.rst
@@ -18,6 +18,7 @@
- :ref:`changes_1.8.1`
- :ref:`changes_1.8.2`
- :ref:`changes_1.8.3`
- :ref:`changes_1.8.4`
Major Feature Additions
-----------------------
setup.cfg
@@ -13,6 +13,9 @@
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE.txt
[flake8]
ignore =
    # E121: continuation line under-indented for hanging indent
setup.py
@@ -71,7 +71,7 @@
    ]
setup(name='pyramid',
      version='1.8.3',
      version='1.8.4',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[