From b6b6605acdd9576b02fc8745b49331287848ebf4 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 29 Mar 2016 13:23:45 -0400 Subject: [PATCH] Release version 0.9.0 --- CHANGES.rst | 5 +++++ github_backup/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1448922..656a665 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.9.0 (2016-03-29) +------------------ + +- Fix cloning private repos with basic auth or token. [Kazuki Suda] + 0.8.0 (2016-02-14) ------------------ diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 32a90a3..e4e49b3 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.8.0' +__version__ = '0.9.0'