Skip to content

Commit

Permalink
bump: release 2.3.0 → 2.3.1
Browse files Browse the repository at this point in the history
jenstroeger committed Aug 26, 2022
1 parent ffe5028 commit f602cb4
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.3.1 (2022-08-26)

### Fix

- **ci**: separate artifacts for release and debugging (#297) (#298)

## v2.3.0 (2022-08-26)

### Feat
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ update_changelog_on_bump = true
version_files = [
"src/package/__init__.py:__version__",
]
version = "2.3.0"
version = "2.3.1"


# https://github.com/pytest-dev/pytest-cov
2 changes: 1 addition & 1 deletion src/package/__init__.py
Original file line number Diff line number Diff line change
@@ -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.0"
__version__ = "2.3.1"

0 comments on commit f602cb4

Please sign in to comment.