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'