diff --git a/CHANGES.rst b/CHANGES.rst index e04acfd..de3af31 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +0.14.1 (2017-10-11) +------------------- + +- Fix arg not defined error. [Edward Pfremmer] + + Ref: https://github.com/josegonzalez/python-github-backup/issues/69 + 0.14.0 (2017-10-11) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index ef91994..092052c 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.14.0' +__version__ = '0.14.1'