Skip to content

Commit 9023052

Browse files
committed
Release version 0.10.3
1 parent 874c235 commit 9023052

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGES.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
Changelog
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]

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.10.2'
1+
__version__ = '0.10.3'

0 commit comments

Comments
 (0)