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'