prepare for 1.2.3 release
This commit is contained in:
parent
6b78d76568
commit
d59d44624a
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
1.2.3 (2014-08-25)
|
||||||
|
++++++++++++++++++
|
||||||
|
- Add support for custom wait and stop functions
|
||||||
|
|
||||||
1.2.2 (2014-06-20)
|
1.2.2 (2014-06-20)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
- Bug fix to not raise a RetryError on failure when exceptions aren't being wrapped
|
- Bug fix to not raise a RetryError on failure when exceptions aren't being wrapped
|
||||||
|
2
setup.py
2
setup.py
@ -31,7 +31,7 @@ CLASSIFIERS = [
|
|||||||
|
|
||||||
settings.update(
|
settings.update(
|
||||||
name='retrying',
|
name='retrying',
|
||||||
version='1.2.3-dev',
|
version='1.2.3',
|
||||||
description='Retrying',
|
description='Retrying',
|
||||||
long_description=open('README.rst').read() + '\n\n' +
|
long_description=open('README.rst').read() + '\n\n' +
|
||||||
open('HISTORY.rst').read(),
|
open('HISTORY.rst').read(),
|
||||||
|
Loading…
Reference in New Issue
Block a user