Skip to content

Commit

Permalink
bump: release 2.4.1 → 2.4.2
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
jenstroeger committed Oct 29, 2022
1 parent 5e3a849 commit 7bf474b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.4.2 (2022-10-29)

### Fix

- **ci**: as of v2 Scorecard requires extra permissions (#366)

## v2.4.1 (2022-10-28)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ update_changelog_on_bump = true
version_files = [
"src/package/__init__.py:__version__",
]
version = "2.4.1"
version = "2.4.2"


# https://github.com/pytest-dev/pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion src/package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The version of this package. There's no comprehensive, official list of other
# magic constants, so we stick with this one only for now. See also this conversation:
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
__version__ = "2.4.1"
__version__ = "2.4.2"

0 comments on commit 7bf474b

Please sign in to comment.