Skip to content

Commit

Permalink
prep 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Sep 30, 2019
1 parent 7d944cb commit a62d139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
-------

unreleased
^^^^^^^^^^
2.3 (2019-09-30)
^^^^^^^^^^^^^^^^

- Mark all ``transaction.interfaces.TransientError`` exceptions
automatically as retryable by ``pyramid_retry`` if it is installed.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]

setup(name='pyramid_tm',
version='2.2.1',
version='2.3',
description=('A package which allows Pyramid requests to join the '
'active transaction'),
long_description=README + '\n\n' + CHANGES,
Expand Down

0 comments on commit a62d139

Please sign in to comment.