Skip to content

Commit 0c141ab

Browse files
bump: 1.1.3 → 1.1.4
1 parent bfc612b commit 0c141ab

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+
## v1.1.4 (2025-11-18)
2+
3+
### Fix
4+
5+
- **deps**: bump cmudict from 1.1.1 to 1.1.2 (#83)
6+
17
## v1.1.3 (2025-11-09)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repository = "https://github.com/prosegrinder/python-syllables"
1919
"Bug Tracker" = "https://github.com/prosegrinder/python-syllables/issues"
2020

2121
[tool.commitizen]
22-
version = "1.1.3"
22+
version = "1.1.4"
2323
tag_format = "v$version"
2424
update_changelog_on_bump = true
2525
changelog_incremental = true
@@ -29,7 +29,7 @@ version_files = [
2929
]
3030

3131
[tool.poetry]
32-
version = "1.1.3"
32+
version = "1.1.4"
3333
classifiers = [
3434
"Development Status :: 5 - Production/Stable",
3535
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)