Skip to content

Commit a47e221

Browse files
committed
bump version to 0.4.0
1 parent b587fb6 commit a47e221

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.4.0 (18.05.2020)
4+
5+
* Support multi-layer wrapped functions (PR [#10](https://github.com/click-contrib/click-option-group/pull/10))
6+
* Fix flake8 issues
7+
38
## v0.3.1
49

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

click_option_group/_version.py

+1-1
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.4.0'

0 commit comments

Comments
 (0)