Skip to content

Commit 4e0a9aa

Browse files
committed
bump: release 2.6.0 → 2.7.0
Automatically generated by Commitizen.
1 parent ef0a354 commit 4e0a9aa

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.6.0"
99+
version = "2.7.0"
100100

101101

102102
# https://github.com/pytest-dev/pytest-cov

src/package/__init__.py

Lines changed: 1 addition & 1 deletion
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.6.0"
9+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)