Skip to content

Commit 9f3dfd7

Browse files
committed
Bump version to 0.5.5
1 parent eecf8c2 commit 9f3dfd7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## v0.5.4 (12.10.2022)
49

510
* Move frame gathering into error code path (PR [#34](https://github.com/click-contrib/click-option-group/pull/34))

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.5.4'
3+
__version__ = '0.5.5'

0 commit comments

Comments
 (0)