Skip to content

Commit 048047b

Browse files
committed
Bump version to 0.5.4
1 parent 74b9e5d commit 048047b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.5.4 (12.10.2022)
4+
5+
* Move frame gathering into error code path (PR [#34](https://github.com/click-contrib/click-option-group/pull/34))
6+
* Fix typos (PR [#37](https://github.com/click-contrib/click-option-group/pull/37))
7+
* PEP 561 support (PR [#42](https://github.com/click-contrib/click-option-group/pull/42))
8+
* Update docs dependencies and Travis CI Python version matrix (PR [#43](https://github.com/click-contrib/click-option-group/pull/43))
9+
310
## v0.5.3 (14.05.2021)
411

512
* Update Click dependency version to `<9` (Issue [#33](https://github.com/click-contrib/click-option-group/issues/33))

click_option_group/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.5.3'
3+
__version__ = '0.5.4'

0 commit comments

Comments
 (0)