Skip to content

Commit 39a3ce3

Browse files
committed
Version 0.4.0 release
1 parent 1757ce0 commit 39a3ce3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ We follow [Semantic Versions](https://semver.org/).
99

1010
- `python3.9` support
1111

12+
### Bugfixes
13+
14+
- Fixes that `packaging` restriction was too tight
15+
1216

1317
## Version 0.3.1
1418

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
99

1010
[tool.poetry]
1111
name = "coverage-conditional-plugin"
12-
version = "0.3.1"
12+
version = "0.4.0"
1313
description = "Conditional coverage based on any rules you define!"
1414
license = "MIT"
1515

@@ -32,7 +32,7 @@ classifiers = [
3232
python = "^3.6"
3333

3434
coverage = "^5.0"
35-
packaging = ">=20.4,<22.0"
35+
packaging = ">=20.4"
3636

3737

3838
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)