Skip to content

Commit

Permalink
bump: release 2.6.0 → 2.7.0
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
jenstroeger committed Dec 28, 2022
1 parent ef0a354 commit 4e0a9aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v2.7.0 (2022-12-28)

### Feat

- add workflow to publish code documentation to the Github Wiki upon package releases (#396)

### Fix

- **ci**: don’t fail bump job if there are no commits to bump (#428)
- line-length checks are now a bit more tolerant using Bugbear only (#410)

## v2.6.0 (2022-12-01)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ version_files = [
"src/package/__init__.py:__version__",
]
major_version_zero = false
version = "2.6.0"
version = "2.7.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.6.0"
__version__ = "2.7.0"

0 comments on commit 4e0a9aa

Please sign in to comment.