Skip to content

Commit

Permalink
Bump version to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Jun 9, 2023
1 parent e2399fd commit 515950e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion click_option_group/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.5.5'
__version__ = '0.5.6'

0 comments on commit 515950e

Please sign in to comment.