Skip to content

Commit aef3361

Browse files
committed
bump: release 2.9.0 → 2.10.0
Automatically generated by Commitizen.
1 parent 43c78b7 commit aef3361

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ version_files = [
100100
"src/package/__init__.py:__version__",
101101
]
102102
major_version_zero = false
103-
version = "2.9.0"
103+
version = "2.10.0"
104104

105105

106106
# 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.9.0"
9+
__version__ = "2.10.0"

0 commit comments

Comments
 (0)