Skip to content

Commit 31968cc

Browse files
committed
Prepare 1.3.2 release
1 parent 9a4b77b commit 31968cc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@
6161
## [v1.3.1] - 2016-08-08
6262
### Changed
6363
- Include README.rst in source distribution (fixes package)
64+
65+
## [v1.3.2] - 2016-11-18
66+
### Changed
67+
- Don't log retried args and kwargs by default
68+
- README.rst syntax highlighting from @dethi

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ def readme():
2828

2929

3030
core.setup(name='backoff',
31-
version='1.3.1',
31+
version='1.3.2',
3232
description="Function decoration for backoff and retry",
3333
long_description=readme(),
3434
py_modules=['backoff'],
3535
author="Bob Green",
36-
author_email="bgreen@litl.com",
36+
author_email="rgreen@goscoutgo.com",
3737
keywords = "backoff function decorator",
3838
url="https://github.com/litl/backoff",
39-
download_url="https://github.com/litl/backoff/tarball/v1.3.1",
39+
download_url="https://github.com/litl/backoff/tarball/v1.3.2",
4040
license="MIT",
4141
classifiers=classifiers)

0 commit comments

Comments
 (0)