From afa2a6d5873f792ad10b49eb03f560d725a8ab0c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 20 Feb 2018 13:06:48 -0500 Subject: [PATCH] Release version 0.17.0 --- CHANGES.rst | 9 +++++++++ github_backup/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 35671a1..41fef76 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +0.17.0 (2018-02-20) +------------------- + +- Short circuit gists backup process. [W. Harrison Wright] + +- Formatting. [W. Harrison Wright] + +- Add ability to backup gists. [W. Harrison Wright] + 0.16.0 (2018-01-22) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 8911e95..435d64b 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.16.0' +__version__ = '0.17.0'