From d148f9b900f01d73be27d72d7fe55018c48d6722 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 1 Feb 2019 09:50:42 -0500 Subject: [PATCH] Release version 0.22.0 --- CHANGES.rst | 10 ++++++++++ github_backup/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ce5f178..f465f57 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,16 @@ Changelog ========= +0.22.0 (2019-02-01) +------------------- + +- Remove unnecessary sys.exit call. [W. Harrison Wright] + +- Add org check to avoid incorrect log output. [W. Harrison Wright] + +- Fix accidental system exit with better logging strategy. [W. Harrison + Wright] + 0.21.1 (2018-12-25) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 8c306aa..81edede 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.21.1' +__version__ = '0.22.0'