Skip to content

Commit

Permalink
bump: release 2.10.1 → 2.11.0
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
jenstroeger committed Nov 22, 2023
1 parent b95dc61 commit 40e438b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.11.0 (2023-11-22)

### Feat

- improve, clean up, and stricten the mypy configuration (#641)
- treat Sphinx docs warnings as errors (#648)
- enable Python’s “Development Mode” when running tests to enable resource tracking and add more warnings (#643)
- add flake8-logging plugin to ensure module-level logging is being used correctly (#640)

## v2.10.1 (2023-09-02)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ version_files = [
"src/package/__init__.py:__version__",
]
major_version_zero = false
version = "2.10.1"
version = "2.11.0"


# https://github.com/pytest-dev/pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion src/package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The version of this package. There's no comprehensive, official list of other
# magic constants, so we stick with this one only for now. See also this conversation:
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
__version__ = "2.10.1"
__version__ = "2.11.0"

0 comments on commit 40e438b

Please sign in to comment.