From 1d50a4038ba41a2db149130eb8eb90e6cd3f47fa Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 11 Oct 2017 16:18:21 -0400 Subject: [PATCH] Release version 0.14.1 --- CHANGES.rst | 7 +++++++ github_backup/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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'