Skip to content

Commit

Permalink
prep 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jan 31, 2019
1 parent 6bfda1d commit 449c91d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
unreleased
==========
.. _changes_1.10.2:

1.10.2 (2019-01-30)
===================

- Fix a bug in ``pyramid.testing.DummySecurityPolicy`` in which
``principals_allows_by_permission`` would return all principals instead
Expand Down
1 change: 1 addition & 0 deletions docs/whatsnew-1.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pyramid 1.10 was released on 2018-10-31.
The following bug fix releases were made since then. Bug fix releases also include documentation improvements and other minor feature changes.

- :ref:`changes_1.10.1`
- :ref:`changes_1.10.2`

Feature Additions
-----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def readfile(name):
README = readfile('README.rst')
CHANGES = readfile('CHANGES.rst')

VERSION = '1.10.1'
VERSION = '1.10.2'

install_requires = [
'hupper',
Expand Down

0 comments on commit 449c91d

Please sign in to comment.