Skip to content

Commit 40e438b

Browse files
committed
bump: release 2.10.1 → 2.11.0
Automatically generated by Commitizen.
1 parent b95dc61 commit 40e438b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.11.0 (2023-11-22)
2+
3+
### Feat
4+
5+
- improve, clean up, and stricten the mypy configuration (#641)
6+
- treat Sphinx docs warnings as errors (#648)
7+
- enable Python’s “Development Mode” when running tests to enable resource tracking and add more warnings (#643)
8+
- add flake8-logging plugin to ensure module-level logging is being used correctly (#640)
9+
110
## v2.10.1 (2023-09-02)
211

312
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ version_files = [
9797
"src/package/__init__.py:__version__",
9898
]
9999
major_version_zero = false
100-
version = "2.10.1"
100+
version = "2.11.0"
101101

102102

103103
# https://github.com/pytest-dev/pytest-cov

src/package/__init__.py

+1-1
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.10.1"
9+
__version__ = "2.11.0"

0 commit comments

Comments
 (0)