From 1aaea183ce57ec93ee3424ff4ed2ae1b87758c47 Mon Sep 17 00:00:00 2001 From: r-m-n Date: Sun, 12 Nov 2023 19:17:05 +0300 Subject: [PATCH] bump version --- CHANGES.rst | 4 ++++ click_help_colors/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d1d5f06..080ee0c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +[0.9.3] +------------------------------- +- Add type hints. `PR #22 `_ + [0.9.2] ------------------------------- - Enable ANSI color when NO_COLOR is an empty string. `PR #21 `_ diff --git a/click_help_colors/__init__.py b/click_help_colors/__init__.py index e8cdd50..f2a2fb1 100644 --- a/click_help_colors/__init__.py +++ b/click_help_colors/__init__.py @@ -16,4 +16,4 @@ ] -__version__ = '0.9.2' +__version__ = '0.9.3'