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'