Skip to content

Commit 7bb745f

Browse files
bump: version 2.8.16 → 2.8.17
1 parent 24f8609 commit 7bb745f

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.8.17 (2025-02-28)
2+
3+
### fix
4+
5+
- replace setuptools with hatchling (#192)
6+
17
## v2.8.16 (2025-02-28)
28

39
### chore

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "twyn"
3-
version = "2.8.16"
3+
version = "2.8.17"
44
description = ""
55
authors = [
66
{name= "Daniel Sanz"},
@@ -114,7 +114,7 @@ exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]
114114

115115
[tool.commitizen]
116116
version_files = ["pyproject.toml:version"]
117-
version = "2.8.16"
117+
version = "2.8.17"
118118
tag_format = "v$version"
119119
name = "cz_customize"
120120

0 commit comments

Comments
 (0)