File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.10.2 (2016-08-20)
4+ 0.10.3 (2016-08-20)
5+ -------------------
6+
7+ - Fixes #29. [Jonas Michel]
8+
9+ Reporting an error when the user's rate limit is exceeded causes
10+ the script to terminate after resuming execution from a rate limit
11+ sleep. Instead of generating an explicit error we just want to
12+ inform the user that the script is going to sleep until their rate
13+ limit count resets.
14+
15+
16+ - Fixes #29. [Jonas Michel]
17+
18+ The errors list was not being cleared out after resuming a backup
19+ from a rate limit sleep. When the backup was resumed, the non-empty
20+ errors list caused the backup to quit after the next `retrieve_data `
21+ request.
22+
23+
24+ 0.10.2 (2016-08-21)
525-------------------
626
727- Add a note regarding git version requirement. [Jose Diaz-Gonzalez]
Original file line number Diff line number Diff line change 1- __version__ = '0.10.2 '
1+ __version__ = '0.10.3 '
You can’t perform that action at this time.
0 commit comments