From da4b29a2d6126950492d55d0b6b969f31c2e2314 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 21 Feb 2019 15:41:11 -0500 Subject: [PATCH] Release version 0.22.2 --- CHANGES.rst | 10 ++++++++++ github_backup/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c0140a9..bb53cbf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,16 @@ Changelog ========= +0.22.2 (2019-02-21) +------------------- + +Fix +~~~ + +- Warn instead of error. [Jose Diaz-Gonzalez] + + Refs #106 + 0.22.1 (2019-02-21) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 66d9d1e..cc37364 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.22.1' +__version__ = '0.22.2'