Release version 0.8.0

This commit is contained in:
Jose Diaz-Gonzalez
2016-02-14 16:04:54 -05:00
parent aedf9b2c66
commit a511bb2b49
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,17 @@
Changelog
=========
0.8.0 (2016-02-14)
------------------
- Don't store issues which are actually pull requests. [Enrico Tröger]
This prevents storing pull requests twice since the Github API returns
pull requests also as issues. Those issues will be skipped but only if
retrieving pull requests is requested as well.
Closes #23.
0.7.0 (2016-02-02)
------------------

View File

@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.8.0'