prepare for 1.3.0 release

This commit is contained in:
Ray Holder 2014-09-30 19:50:23 -05:00
parent 3fe643afa7
commit 36a09fa4da
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
History
-------
1.3.0 (2014-09-30)
++++++++++++++++++
- Add upstream six dependency, remove embedded six functionality
1.2.3 (2014-08-25)
++++++++++++++++++
- Add support for custom wait and stop functions

View File

@ -40,7 +40,7 @@ with open('requirements.txt') as file_requirements:
settings.update(
name='retrying',
version='1.2.4-dev',
version='1.3.0',
description='Retrying',
long_description=readme + '\n\n' + history,
author='Ray Holder',