Skip to content

Commit 420d72e

Browse files
bump: 1.0.31 → 1.0.32
1 parent 3931308 commit 420d72e

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.0.32 (2024-12-21)
2+
3+
### Fix
4+
5+
- **deps**: bump src/cmudict/data from `7cd8fb5` to `0f8072f` (#116)
6+
17
## v1.0.31 (2024-09-14)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "1.0.31"
2+
version = "1.0.32"
33
tag_format = "v$version"
44
update_changelog_on_bump = true
55
changelog_incremental = true
@@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
1414

1515
[tool.poetry]
1616
name = "cmudict"
17-
version = "1.0.31"
17+
version = "1.0.32"
1818
description = "A versioned python wrapper package for The CMU Pronouncing Dictionary data files."
1919
authors = ["David L. Day <[email protected]>"]
2020
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)