From 38bf438d2f30c394f5c35ff146814694531f8908 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 28 Nov 2018 01:59:03 -0500 Subject: [PATCH] Release version 0.21.0 --- CHANGES.rst | 6 ++++++ github_backup/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index b53ecbd..941ffb3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +0.21.0 (2018-11-28) +------------------- + +- Correctly download repos when user arg != authenticated user. [W. + Harrison Wright] + 0.20.1 (2018-09-29) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index abadaef..e453371 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.20.1' +__version__ = '0.21.0'