Michael Merickel
2017-07-14 d1969a17000f763838f9abe1478c2e699a71c313
prep 1.9.1
3 files modified
17 ■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
docs/whatsnew-1.9.rst 9 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,7 @@
unreleased
==========
.. _changes_1.9.1:
1.9.1 (2017-07-13)
==================
- Add a ``_depth`` and ``_category`` arguments to all of the venusian
  decorators. The ``_category`` argument can be used to affect which actions
docs/whatsnew-1.9.rst
@@ -3,6 +3,15 @@
This article explains the new features in :app:`Pyramid` version 1.9 as compared to its predecessor, :app:`Pyramid` 1.8. It also documents backwards incompatibilities between the two versions and deprecations added to :app:`Pyramid` 1.9, as well as software dependency changes and notable documentation additions.
Bug Fix Releases
----------------
Pyramid 1.9 was released on 2017-06-26.
The following bug fix releases were made since then. Bug fix releases also include documentation improvements and other minor feature changes.
- :ref:`changes_1.9.1`
Major Feature Additions
-----------------------
setup.py
@@ -61,7 +61,7 @@
    ]
setup(name='pyramid',
      version='1.9',
      version='1.9.1',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[