Skip to content

Commit 515950e

Browse files
committed
Bump version to 0.5.6
1 parent e2399fd commit 515950e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.5.6 (09.06.2023)
4+
5+
* Add `optgroup.help_option` decorator to add help option to the group (PR [#50](https://github.com/click-contrib/click-option-group/pull/50))
6+
* Use GitHub Actions instead of Travis CI for CI
7+
* Delete tox runner
8+
* Add Python 3.11 to the setup classifiers
9+
310
## v0.5.5 (12.10.2022)
411

512
* Add `tests/` directory to tarball

click_option_group/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.5.5'
3+
__version__ = '0.5.6'

0 commit comments

Comments
 (0)