Skip to content

Commit 4c370e3

Browse files
committed
bump version to 0.5.3
1 parent 1efb882 commit 4c370e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v0.5.3 (14.05.2021)
4+
5+
* Update Click dependency version to `<9` (Issue [#33](https://github.com/click-contrib/click-option-group/issues/33))
6+
37
## v0.5.2 (28.11.2020)
48

59
* Do not use default option group name. An empty group name will not be displayed

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.2'
3+
__version__ = '0.5.3'

0 commit comments

Comments
 (0)