Skip to content

Commit 1d11d62

Browse files
committed
Release version 0.10.1
1 parent 9e1cba9 commit 1d11d62

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
0.10.1 (2016-08-20)
5+
-------------------
6+
7+
- Implement incremental updates. [Robert Bradshaw]
8+
9+
Guarded with an --incremental flag.
10+
11+
Stores the time of the last update and only downloads issue and
12+
pull request data since this time. All other data is relatively
13+
small (likely fetched with a single request) and so is simply
14+
re-populated from scratch as before.
15+
16+
417
0.9.0 (2016-03-29)
518
------------------
619

github_backup/__init__.py

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

0 commit comments

Comments
 (0)