Release version 0.10.1

This commit is contained in:
Jose Diaz-Gonzalez
2016-08-20 20:45:27 -04:00
parent 9e1cba9817
commit 1d11d62b73
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
Changelog Changelog
========= =========
0.10.1 (2016-08-20)
-------------------
- Implement incremental updates. [Robert Bradshaw]
Guarded with an --incremental flag.
Stores the time of the last update and only downloads issue and
pull request data since this time. All other data is relatively
small (likely fetched with a single request) and so is simply
re-populated from scratch as before.
0.9.0 (2016-03-29) 0.9.0 (2016-03-29)
------------------ ------------------

View File

@@ -1 +1 @@
__version__ = '0.10.0' __version__ = '0.10.1'