Michael Merickel
2018-04-24 e2c2c9842c0ee275c4da86fa848cf746a620266e
prep 1.9.2
3 files modified
10 ■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
docs/whatsnew-1.9.rst 2 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,7 @@
unreleased
==========
.. _changes_1.9.2:
1.9.2 (2018-04-23)
==================
- Pin to ``webob >= 1.7.0`` instead of ``1.7.0rc2`` to avoid accidentally
  opting users into pre-releases because a downstream dependency allowed it.
docs/whatsnew-1.9.rst
@@ -12,6 +12,8 @@
- :ref:`changes_1.9.1`
- :ref:`changes_1.9.2`
Major Feature Additions
-----------------------
setup.py
@@ -61,7 +61,7 @@
    ]
setup(name='pyramid',
      version='1.9.1',
      version='1.9.2',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[