Skip to content

Commit

Permalink
bump: release 2.3.3 → 2.4.0
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
jenstroeger committed Sep 8, 2022
1 parent f414a18 commit f41b0e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v2.4.0 (2022-09-08)

### Feat

- add git-audit support when building the package artifacts (#307)

### Fix

- **ci**: fix triggering event for the Release Notification action (#317)
- remove trailing CR-LF from package spec when building requirements (#316)
- remove requirements.txt when cleaning the distribution artifacts (#314)
- ensure that config files are passed explicitly to pytest and coverage (#312)

## v2.3.3 (2022-09-01)

### 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.3.3"
version = "2.4.0"


# 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.3.3"
__version__ = "2.4.0"

0 comments on commit f41b0e6

Please sign in to comment.