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'