We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efb882 commit 4c370e3Copy full SHA for 4c370e3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## v0.5.2 (28.11.2020)
8
9
* Do not use default option group name. An empty group name will not be displayed
click_option_group/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '0.5.2'
+__version__ = '0.5.3'
0 commit comments