Skip to content

Commit 8677c6e

Browse files
bump: 1.0.28 → 1.0.29
1 parent 9435a6f commit 8677c6e

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.29 (2024-08-24)
2+
3+
### Fix
4+
5+
- **deps**: bump importlib-metadata from 8.2.0 to 8.4.0 (#108)
6+
17
## v1.0.28 (2024-08-17)
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.28"
2+
version = "1.0.29"
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.28"
17+
version = "1.0.29"
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)