From d860f369e9de6118ec5e1168ffef7d931c8919f3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 29 Sep 2018 00:16:48 -0400 Subject: [PATCH] Release version 0.20.1 --- CHANGES.rst | 9 +++++++++ github_backup/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index beca679..b53ecbd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +0.20.1 (2018-09-29) +------------------- + +- Clone the specified user's gists, not the authenticated user. [W. + Harrison Wright] + +- Clone the specified user's starred repos, not the authenticated user. + [W. Harrison Wright] + 0.20.0 (2018-03-24) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 2f15b8c..abadaef 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.20.0' +__version__ = '0.20.1'