Skip to content

Commit c8cfbce

Browse files
bump: version 2.7.0 → 2.7.1
1 parent 959e71f commit c8cfbce

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.7.1 (2024-11-08)
2+
3+
### chore
4+
5+
- Introduce FileHandler (#153)
6+
17
## v2.7.0 (2024-11-08)
28

39
### feat

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.0"
3+
version = "2.7.1"
44
description = ""
55
authors = ["Daniel Sanz, Sergio Castillo, Ludo van Orden, Dmitrii Fedotov"]
66
readme = "README.md"
@@ -96,7 +96,7 @@ exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]
9696

9797
[tool.commitizen]
9898
version_files = ["pyproject.toml:version"]
99-
version = "2.7.0"
99+
version = "2.7.1"
100100
tag_format = "v$version"
101101
name = "cz_customize"
102102

0 commit comments

Comments
 (0)