From d0e239b3ef3529f68a0974ce8d7b4a130d10d63d Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 2 Feb 2016 14:52:07 -0500 Subject: [PATCH] Release version 0.7.0 --- CHANGES.rst | 12 ++++++++++++ github_backup/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0c04733..e74bc9e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Changelog ========= +0.7.0 (2016-02-02) +------------------ + +- Softly fail if not able to read hooks. [Albert Wang] + +- Add note about 2-factor auth. [Albert Wang] + +- Make user repository search go through endpoint capable of reading + private repositories. [Albert Wang] + +- Prompt for password if only username given. [Alex Hall] + 0.6.0 (2015-11-10) ------------------ diff --git a/github_backup/__init__.py b/github_backup/__init__.py index ef7eb44..a71c5c7 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.6.0' +__version__ = '0.7.0'