We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc612b commit 0c141abCopy full SHA for 0c141ab
2 files changed
CHANGELOG.md
@@ -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
7
## v1.1.3 (2025-11-09)
8
9
### Fix
pyproject.toml
@@ -19,7 +19,7 @@ repository = "https://github.com/prosegrinder/python-syllables"
19
"Bug Tracker" = "https://github.com/prosegrinder/python-syllables/issues"
20
21
[tool.commitizen]
22
-version = "1.1.3"
+version = "1.1.4"
23
tag_format = "v$version"
24
update_changelog_on_bump = true
25
changelog_incremental = true
@@ -29,7 +29,7 @@ version_files = [
29
]
30
31
[tool.poetry]
32
33
classifiers = [
34
"Development Status :: 5 - Production/Stable",
35
"Intended Audience :: Developers",
0 commit comments