File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ update_changelog_on_bump = true
9393version_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
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments