Skip to content

Commit

Permalink
prep 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jul 14, 2017
1 parent d082551 commit d1969a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions docs/whatsnew-1.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ What's New in Pyramid 1.9

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
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit d1969a1

Please sign in to comment.