prepare for 1.2.3 release

This commit is contained in:
Ray Holder 2014-08-25 18:44:14 -05:00
parent 6b78d76568
commit d59d44624a
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
History
-------
1.2.3 (2014-08-25)
++++++++++++++++++
- Add support for custom wait and stop functions
1.2.2 (2014-06-20)
++++++++++++++++++
- Bug fix to not raise a RetryError on failure when exceptions aren't being wrapped

View File

@ -31,7 +31,7 @@ CLASSIFIERS = [
settings.update(
name='retrying',
version='1.2.3-dev',
version='1.2.3',
description='Retrying',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),