File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v2.12.1 (2024-01-23)
2+
3+ ### Fix
4+
5+ - ** deps-dev** : revert artifact download and upload GitHub Actions to v3 (#686 )
6+
17## v2.12.0 (2024-01-20)
28
39### Feat
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ version_files = [
9999 " src/package/__init__.py:__version__" ,
100100]
101101major_version_zero = false
102- version = " 2.12.0 "
102+ version = " 2.12.1 "
103103
104104
105105# 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.12.0 "
9+ __version__ = "2.12.1 "
You can’t perform that action at this time.
0 commit comments