File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## v2.10.1 (2023-09-02)
2
11
3
12
### Fix
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ version_files = [
97
97
" src/package/__init__.py:__version__" ,
98
98
]
99
99
major_version_zero = false
100
- version = " 2.10.1 "
100
+ version = " 2.11.0 "
101
101
102
102
103
103
# https://github.com/pytest-dev/pytest-cov
Original file line number Diff line number Diff line change 6
6
# The version of this package. There's no comprehensive, official list of other
7
7
# magic constants, so we stick with this one only for now. See also this conversation:
8
8
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
9
- __version__ = "2.10.1 "
9
+ __version__ = "2.11.0 "
You can’t perform that action at this time.
0 commit comments