File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 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+
110## v2.10.1 (2023-09-02)
211
312### Fix
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ version_files = [
9797 " src/package/__init__.py:__version__" ,
9898]
9999major_version_zero = false
100- version = " 2.10.1 "
100+ version = " 2.11.0 "
101101
102102
103103# 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.10.1 "
9+ __version__ = "2.11.0 "
You can’t perform that action at this time.
0 commit comments