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.10.0 (2023-07-22)
2+
3+ ### Feat
4+
5+ - ** ci** : use a Github Repository Variable ` DISABLE_PIP_AUDIT ` to control running ` pip-audit ` in CI (#551 )
6+
7+ ### Fix
8+
9+ - ** test** : fail pytest if an unraisable/unhandled thread exception was detected during the execution of a test (#576 )
10+ - ** deps** : temporarily pin typing-extensions deps, to avoid breaking the sphinxnotes-markdown-builder package (#552 )
11+
112## v2.9.0 (2023-05-21)
213
314### Feat
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ version_files = [
100100 " src/package/__init__.py:__version__" ,
101101]
102102major_version_zero = false
103- version = " 2.9 .0"
103+ version = " 2.10 .0"
104104
105105
106106# 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.9 .0"
9+ __version__ = "2.10 .0"
You can’t perform that action at this time.
0 commit comments