File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 61
61
## [ v1.3.1] - 2016-08-08
62
62
### Changed
63
63
- 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
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ def readme():
28
28
29
29
30
30
core .setup (name = 'backoff' ,
31
- version = '1.3.1 ' ,
31
+ version = '1.3.2 ' ,
32
32
description = "Function decoration for backoff and retry" ,
33
33
long_description = readme (),
34
34
py_modules = ['backoff' ],
35
35
author = "Bob Green" ,
36
- author_email = "bgreen@litl .com" ,
36
+ author_email = "rgreen@goscoutgo .com" ,
37
37
keywords = "backoff function decorator" ,
38
38
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 " ,
40
40
license = "MIT" ,
41
41
classifiers = classifiers )
You can’t perform that action at this time.
0 commit comments