From e59d1e3a682b67a3fc6cf2420f04eaec7c95a0f3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 22 Jan 2018 12:49:31 -0500 Subject: [PATCH] Release version 0.16.0 --- CHANGES.rst | 16 +++++++++++++++- github_backup/__init__.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index efe824e..35671a1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,21 @@ Changelog ========= -0.15.0 (2017-12-11) +0.16.0 (2018-01-22) +------------------- + +- Change option to --all-starred. [W. Harrison Wright] + +- JK don't update documentation. [W. Harrison Wright] + +- Put starred clone repoistories under a new option. [W. Harrison + Wright] + +- Add comment. [W. Harrison Wright] + +- Add ability to clone starred repos. [W. Harrison Wright] + +0.14.1 (2017-10-11) ------------------- - Fix arg not defined error. [Edward Pfremmer] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index a842d05..8911e95 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.15.0' +__version__ = '0.16.0'