We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3931308 commit 420d72eCopy full SHA for 420d72e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.0.32 (2024-12-21)
2
+
3
+### Fix
4
5
+- **deps**: bump src/cmudict/data from `7cd8fb5` to `0f8072f` (#116)
6
7
## v1.0.31 (2024-09-14)
8
9
### Fix
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "1.0.31"
+version = "1.0.32"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
@@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
14
15
[tool.poetry]
16
name = "cmudict"
17
18
description = "A versioned python wrapper package for The CMU Pronouncing Dictionary data files."
19
authors = ["David L. Day <[email protected]>"]
20
license = "GPL-3.0-or-later"
0 commit comments