Skip to content

Commit 0b40f48

Browse files
committed
bump: release 2.7.0 → 2.8.0
Automatically generated by Commitizen.
1 parent 14acc8e commit 0b40f48

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.8.0 (2023-02-20)
2+
3+
### Feat
4+
5+
- add a workflow to create sync PRs (#444)
6+
- add flake8-print plugin to the flake8 git pre-commit hook (#473)
7+
8+
### Fix
9+
10+
- **docs**: update OSSF Scorecard URL (#468)
11+
- **ci**: update isort to latest fix because of PyCQA/isort/issues/2077 (#455)
12+
- update project URLs in the package metadata
13+
14+
### Refactor
15+
16+
- **test**: configure warnings for pytest through pyproject.toml only (#436)
17+
118
## v2.7.0 (2022-12-28)
219

320
### 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.7.0"
99+
version = "2.8.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.7.0"
9+
__version__ = "2.8.0"

0 commit comments

Comments
 (0)