Skip to content

Commit

Permalink
prep 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 7, 2018
1 parent 66939b7 commit aa6f92b
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1:

1.10.1 (2018-11-06)
===================

- Fix an issue when passing a duck-typed registry object into
``pyramid.testing.setUp(registry=...)`` in which the registry wasn't
Expand Down
9 changes: 9 additions & 0 deletions docs/whatsnew-1.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This article explains the new features in :app:`Pyramid` version 1.10 as compare
Bug fixes will continue to be backported until at least 2020-01-01 when Python 2.7 reaches end of life.
New features and backports will be reviewed and accepted for the 1.x series of Pyramid but new development will be focused on Pyramid 2.x.

Bug Fix Releases
----------------

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`

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'
VERSION = '1.10.1'

install_requires = [
'hupper',
Expand Down

0 comments on commit aa6f92b

Please sign in to comment.