From b73079daf29107eea0fbeef83308cc607dc59f9c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 3 Jul 2019 17:46:12 -0400 Subject: [PATCH] Release version 0.25.0 --- CHANGES.rst | 9 ++++++++- github_backup/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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'