Skip to content

Commit

Permalink
prep 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Mar 21, 2020
1 parent 4035410 commit af817eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.1 (2020-03-21)
==================

- Ensure the threadlocals are properly popped if the ``activate_hook`` throws
an error or the request body fails to read due to a client disconnect.
See https://github.com/Pylons/pyramid_retry/pull/20

2.1 (2019-09-30)
================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def readfile(name):

setup(
name='pyramid_retry',
version='2.1',
version='2.1.1',
description=(
'An execution policy for Pyramid that supports retrying requests '
'after certain failure exceptions.'
Expand Down

0 comments on commit af817eb

Please sign in to comment.