Skip to content

Commit 570a7ad

Browse files
committed
bump version to v0.3.2
1 parent a1c6a54 commit 570a7ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## v0.3.1
3+
## v0.3.2
4+
* DOC: update m2r from a [fork](https://github.com/crossnox/m2r) to support sphinx >= 3
45

6+
## v0.3.1
57
* Add `hidden=True` to `_GroupTitleFakeOption` as a temporary workaroud for issue [#4](https://github.com/click-contrib/click-option-group/issues/4)
68

79
## v0.3.0

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.3.1'
3+
__version__ = '0.3.2'

0 commit comments

Comments
 (0)