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'