Skip to content

Commit b6a4b6f

Browse files
bump: version 2.7.4 → 2.7.5
1 parent 36c57a3 commit b6a4b6f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.7.5 (2024-11-15)
2+
3+
### chore
4+
5+
- add CODEOWNERS file and fix up authors and maintainers
6+
7+
### docs
8+
9+
- copy edit README
10+
111
## v2.7.4 (2024-11-15)
212

313
### ci

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "twyn"
3-
version = "2.7.4"
3+
version = "2.7.5"
44
description = ""
55
authors = [
66
"Daniel Sanz",
@@ -100,7 +100,7 @@ exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]
100100

101101
[tool.commitizen]
102102
version_files = ["pyproject.toml:version"]
103-
version = "2.7.4"
103+
version = "2.7.5"
104104
tag_format = "v$version"
105105
name = "cz_customize"
106106

0 commit comments

Comments
 (0)