File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 57
57
58
58
### Changed
59
59
- Documentation fixes
60
+
61
+ ## [ v1.3.1] - 2016-08-08
62
+ ### Changed
63
+ - Include README.rst in source distribution (fixes package)
Original file line number Diff line number Diff line change
1
+ include README.rst
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.0 ' ,
31
+ version = '1.3.1 ' ,
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
36
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.0 " ,
39
+ download_url = "https://github.com/litl/backoff/tarball/v1.3.1 " ,
40
40
license = "MIT" ,
41
41
classifiers = classifiers )
You can’t perform that action at this time.
0 commit comments