Skip to content

Commit 7bf474b

Browse files
committed
bump: release 2.4.1 → 2.4.2
Automatically generated by Commitizen.
1 parent 5e3a849 commit 7bf474b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ update_changelog_on_bump = true
9494
version_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

src/package/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
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"

0 commit comments

Comments
 (0)