diff --git a/CHANGES.rst b/CHANGES.rst index f6ccddb3ee..bd625f4580 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/docs/whatsnew-1.10.rst b/docs/whatsnew-1.10.rst index 704e7aaada..d5f3379d36 100644 --- a/docs/whatsnew-1.10.rst +++ b/docs/whatsnew-1.10.rst @@ -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 ----------------- diff --git a/setup.py b/setup.py index b57073a5a2..589750a89d 100644 --- a/setup.py +++ b/setup.py @@ -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',