File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## v2.10.0 (2023-07-22)
2
12
3
13
### Feat
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ version_files = [
96
96
" src/package/__init__.py:__version__" ,
97
97
]
98
98
major_version_zero = false
99
- version = " 2.10.0 "
99
+ version = " 2.10.1 "
100
100
101
101
102
102
# 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.0 "
9
+ __version__ = "2.10.1 "
You can’t perform that action at this time.
0 commit comments