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 a1c6a54 commit 570a7adCopy full SHA for 570a7ad
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Changelog
2
3
-## v0.3.1
+## v0.3.2
4
+* DOC: update m2r from a [fork](https://github.com/crossnox/m2r) to support sphinx >= 3
5
6
+## v0.3.1
7
* Add `hidden=True` to `_GroupTitleFakeOption` as a temporary workaroud for issue [#4](https://github.com/click-contrib/click-option-group/issues/4)
8
9
## v0.3.0
click_option_group/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '0.3.1'
+__version__ = '0.3.2'
0 commit comments