Skip to content

Commit 25c486b

Browse files
committed
bump: release 2.3.2 → 2.3.3
Automatically generated by Commitizen.
1 parent c48d7ef commit 25c486b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.3.3 (2022-09-01)
2+
3+
### Fix
4+
5+
- **ci**: fix release workflow (#305)
6+
17
## v2.3.2 (2022-09-01)
28

39
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ update_changelog_on_bump = true
9393
version_files = [
9494
"src/package/__init__.py:__version__",
9595
]
96-
version = "2.3.2"
96+
version = "2.3.3"
9797

9898

9999
# 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.3.2"
9+
__version__ = "2.3.3"

0 commit comments

Comments
 (0)