File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v2.8.0 (2023-02-20)
2+
3+ ### Feat
4+
5+ - add a workflow to create sync PRs (#444 )
6+ - add flake8-print plugin to the flake8 git pre-commit hook (#473 )
7+
8+ ### Fix
9+
10+ - ** docs** : update OSSF Scorecard URL (#468 )
11+ - ** ci** : update isort to latest fix because of PyCQA/isort/issues/2077 (#455 )
12+ - update project URLs in the package metadata
13+
14+ ### Refactor
15+
16+ - ** test** : configure warnings for pytest through pyproject.toml only (#436 )
17+
118## v2.7.0 (2022-12-28)
219
320### Feat
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ version_files = [
9696 " src/package/__init__.py:__version__" ,
9797]
9898major_version_zero = false
99- version = " 2.7 .0"
99+ version = " 2.8 .0"
100100
101101
102102# https://github.com/pytest-dev/pytest-cov
Original file line number Diff line number Diff line change 66# The version of this package. There's no comprehensive, official list of other
77# magic constants, so we stick with this one only for now. See also this conversation:
88# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
9- __version__ = "2.7 .0"
9+ __version__ = "2.8 .0"
You can’t perform that action at this time.
0 commit comments