From 515950e26672c347922dbe3c7b2cc8ac0bd33856 Mon Sep 17 00:00:00 2001 From: Evgeny Prilepin Date: Fri, 9 Jun 2023 23:08:06 +0100 Subject: [PATCH] Bump version to 0.5.6 --- CHANGELOG.md | 7 +++++++ click_option_group/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8964b4..f97202f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.5.6 (09.06.2023) + +* Add `optgroup.help_option` decorator to add help option to the group (PR [#50](https://github.com/click-contrib/click-option-group/pull/50)) +* Use GitHub Actions instead of Travis CI for CI +* Delete tox runner +* Add Python 3.11 to the setup classifiers + ## v0.5.5 (12.10.2022) * Add `tests/` directory to tarball diff --git a/click_option_group/_version.py b/click_option_group/_version.py index 0ab4ed5..2b4562d 100644 --- a/click_option_group/_version.py +++ b/click_option_group/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.5.5' +__version__ = '0.5.6'