Skip to content

Commit fc785bd

Browse files
bump: version 2.8.13 → 2.8.14
1 parent dbf8551 commit fc785bd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.8.14 (2025-02-07)
2+
3+
### chore
4+
5+
- Bump to Python 3.13 (#186)
6+
- bump the dependencies group across 1 directory with 4 updates (#184)
7+
8+
### ci
9+
10+
- Trigger release notes job after publishing has succeeded (#185)
11+
- fix publish_to_pypi job (#181)
12+
113
## v2.8.11 (2025-01-21)
214

315
### chore

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.8.13"
3+
version = "2.8.14"
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.8.13"
103+
version = "2.8.14"
104104
tag_format = "v$version"
105105
name = "cz_customize"
106106

0 commit comments

Comments
 (0)