From 87dab293ed8d9015ec73f47069432f46a520cf89 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 22 Feb 2018 12:13:06 -0500 Subject: [PATCH] Release version 0.18.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 41fef76..10328a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.18.0 (2018-02-22) +------------------- + +- Add option to fetch followers/following JSON data. [Stephen Greene] + 0.17.0 (2018-02-20) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 435d64b..5ec52a9 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.17.0' +__version__ = '0.18.0'