File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
99
1010[tool .poetry ]
1111name = " coverage-conditional-plugin"
12- version = " 0.3.1 "
12+ version = " 0.4.0 "
1313description = " Conditional coverage based on any rules you define!"
1414license = " MIT"
1515
@@ -32,7 +32,7 @@ classifiers = [
3232python = " ^3.6"
3333
3434coverage = " ^5.0"
35- packaging = " >=20.4,<22.0 "
35+ packaging = " >=20.4"
3636
3737
3838[tool .poetry .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments