File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v2.4.2 (2022-10-29)
2+
3+ ### Fix
4+
5+ - ** ci** : as of v2 Scorecard requires extra permissions (#366 )
6+
17## v2.4.1 (2022-10-28)
28
39### Fix
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ update_changelog_on_bump = true
9494version_files = [
9595 " src/package/__init__.py:__version__" ,
9696]
97- version = " 2.4.1 "
97+ version = " 2.4.2 "
9898
9999
100100# 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.4.1 "
9+ __version__ = "2.4.2 "
You can’t perform that action at this time.
0 commit comments