diff --git a/CHANGES.rst b/CHANGES.rst index 3232fd8..7cdcf5a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,16 @@ Changelog ========= -0.24.0 (2019-06-27) +0.25.0 (2019-07-03) ------------------- ------------------------ +- Issue 119: Change retrieve_data to be a generator. [2a] + + See issue #119. + + +0.24.0 (2019-06-27) +------------------- - QKT-45: include assets - update readme. [Ethan Timm] update readme with flag information for including assets alongside their respective releases diff --git a/github_backup/__init__.py b/github_backup/__init__.py index f8ab8c2..8c308d7 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.24.0' +__version__ = '0.25.0'