Skip to content

Commit d4544af

Browse files
committed
bump: release 2.10.0 → 2.10.1
Automatically generated by Commitizen.
1 parent 2024657 commit d4544af

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.10.1 (2023-09-02)
2+
3+
### Fix
4+
5+
- **ci**: improve automatic template synchronization (#537)
6+
7+
### Refactor
8+
9+
- **docs**: switch to sphinx-markdown-builder package (#585)
10+
111
## v2.10.0 (2023-07-22)
212

313
### Feat

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ version_files = [
9696
"src/package/__init__.py:__version__",
9797
]
9898
major_version_zero = false
99-
version = "2.10.0"
99+
version = "2.10.1"
100100

101101

102102
# 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.0"
9+
__version__ = "2.10.1"

0 commit comments

Comments
 (0)