From f8be34562b51a16d97c64ba69a4791c7897fbc3a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 25 Dec 2018 06:28:28 -0500 Subject: [PATCH] Release version 0.21.1 --- CHANGES.rst | 7 +++++++ github_backup/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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'