File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.5.4 (12.10.2022)
4
+
5
+ * Move frame gathering into error code path (PR [ #34 ] ( https://github.com/click-contrib/click-option-group/pull/34 ) )
6
+ * Fix typos (PR [ #37 ] ( https://github.com/click-contrib/click-option-group/pull/37 ) )
7
+ * PEP 561 support (PR [ #42 ] ( https://github.com/click-contrib/click-option-group/pull/42 ) )
8
+ * Update docs dependencies and Travis CI Python version matrix (PR [ #43 ] ( https://github.com/click-contrib/click-option-group/pull/43 ) )
9
+
3
10
## v0.5.3 (14.05.2021)
4
11
5
12
* Update Click dependency version to ` <9 ` (Issue [ #33 ] ( https://github.com/click-contrib/click-option-group/issues/33 ) )
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- __version__ = '0.5.3 '
3
+ __version__ = '0.5.4 '
You can’t perform that action at this time.
0 commit comments