From eff6e36974d3e63a4cbe8bec8de51ccdfa05ad23 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 21 Feb 2019 15:13:31 -0500 Subject: [PATCH] Release version 0.22.1 --- CHANGES.rst | 6 ++++++ github_backup/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f465f57..c0140a9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +0.22.1 (2019-02-21) +------------------- + +- Log URL error https://github.com/josegonzalez/python-github- + backup/issues/105. [JOHN STETIC] + 0.22.0 (2019-02-01) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 81edede..66d9d1e 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.22.0' +__version__ = '0.22.1'