diff --git a/HISTORY.rst b/HISTORY.rst index d9bd4ed..ba89481 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/setup.py b/setup.py index f6120c7..7793b8f 100644 --- a/setup.py +++ b/setup.py @@ -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(),