File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v2.7.0 (2022-12-28)
2+
3+ ### Feat
4+
5+ - add workflow to publish code documentation to the Github Wiki upon package releases (#396 )
6+
7+ ### Fix
8+
9+ - ** ci** : don’t fail bump job if there are no commits to bump (#428 )
10+ - line-length checks are now a bit more tolerant using Bugbear only (#410 )
11+
112## v2.6.0 (2022-12-01)
213
314### Feat
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ version_files = [
9696 " src/package/__init__.py:__version__" ,
9797]
9898major_version_zero = false
99- version = " 2.6 .0"
99+ version = " 2.7 .0"
100100
101101
102102# 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.6 .0"
9+ __version__ = "2.7 .0"
You can’t perform that action at this time.
0 commit comments