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 eecf8c2 commit 9f3dfd7Copy full SHA for 9f3dfd7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.5.5 (12.10.2022)
4
+
5
+* Add `tests/` directory to tarball
6
+* Add `tests_cov` extra dependencies for testing with coverage
7
8
## v0.5.4 (12.10.2022)
9
10
* Move frame gathering into error code path (PR [#34](https://github.com/click-contrib/click-option-group/pull/34))
click_option_group/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '0.5.4'
+__version__ = '0.5.5'
0 commit comments