Michael Merickel
2017-07-14 29615272e0f5668373f5e1eca56d3209cfac8ffa
prep 1.8.5
3 files modified
9 ■■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
docs/whatsnew-1.8.rst 1 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,7 @@
unreleased
==========
.. _changes_1.8.5:
1.8.5 (2017-07-13)
==================
- Fix a circular import which made it impossible to import
  ``pyramid.viewderivers`` before ``pyramid.config``.
docs/whatsnew-1.8.rst
@@ -19,6 +19,7 @@
- :ref:`changes_1.8.2`
- :ref:`changes_1.8.3`
- :ref:`changes_1.8.4`
- :ref:`changes_1.8.5`
Major Feature Additions
-----------------------
setup.py
@@ -71,7 +71,7 @@
    ]
setup(name='pyramid',
      version='1.8.4',
      version='1.8.5',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[