diff --git a/CHANGES.rst b/CHANGES.rst index 941ffb3..ce5f178 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +0.21.1 (2018-12-25) +------------------- + +- Mark options which are not included in --all. [Bernd] + + As discussed in Issue #100 + 0.21.0 (2018-11-28) ------------------- diff --git a/github_backup/__init__.py b/github_backup/__init__.py index e453371..8c306aa 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = '0.21.0' +__version__ = '0.21.1'