CHANGES
=======

0.9.2
-----

* Update ChangeLog
* Update AUTHORS
* Don't pin pytest
* tox: Add py35
* Bump version
* Updating requirements.txt to allow for any decorators >=3.4.2

0.9.1
-----

* Updates setup.cfg version info
* Updates authors and changelog
* Adds version ranges to requirements, widening compatibility with other packages and their deps

0.9.0
-----

* Fix typo in classifier
* Add AUTHORS and ChangeLog files
* Packaging the application using PBR
* Update documentation
* Add retry_call function
* Update tox.ini
* Update requirements
* Move the tests to the appropriate package
* Add .gitignore file

0.8.1
-----

* v0.8.1
* Move try/import to compat

0.8.0
-----

* v0.8.0
* dos2unix
* Add argument jitter for retry()
* Add argument max_delay for retry()
* Refactor retry()

0.7.0
-----

* v0.7.0
* Update README.rst
* retry(): Update docstring
* retry(): Change default tries to -1
* Move decorator() to .compat
* Add test_tries_minus1()
* Add test_tries_inf()
* Mock time.sleep in test case
* Refactor retry()

0.6.0
-----

* v0.6.0
* Fix inaccurate attempt counter
* logger is now optional
* Extract logging_logger
* Make decorator module optional

0.5.0
-----

* v0.5.0
* Update README.rst
* Add badges
* Configurable logger
* Update classifiers
* Remove .hgignore and .hgtags
* Faster test
* Support Python 3.4
* Add tox.ini
* Extract retry/api.py
* Require pytest
* Add test_retry.py
* Added tag 0.4.2 for changeset 315f5f1229f6

0.4.2
-----

* Version 0.4.2
* (untested) python2.6 support
* README.rst: Add installation
* Add classifiers
* Add LICENSE
* Add requirements.txt
* Fix rST h1 h2 for README.rst
* Add url
* Add README.rst
* Ignore *.egg-info
* Ignore .env
* Ignore .ropeproject
* Ignore .git
* Added tag 0.4.1 for changeset 2765d4be1b4d

0.4.1
-----

* Version 0.4.1
* Add license
* Add long_description
* Add docstring for retry()
* Added tag 0.4.0 for changeset e053cae4b105

0.4.0
-----

* Version 0.4.0
* Convert to a package
* backoff defaults to 1
* Refactor: tries defaults to inf instead of None
* Added tag 0.3.0 for changeset 60960fe42471

0.3.0
-----

* Version 0.3.0
* delay defaults to 0
* Use logging
* tries can be None, for retry forever
* Add ifmain
* Refactor
* Added tag 0.2.0 for changeset 87b6dd2bc30b

0.2.0
-----

* Fix typo
* Refactor
* Add description
* Use decorator
* Added tag 0.1.0 for changeset bf83184dd128

0.1.0
-----

* init
