Skip to content

Commit

Permalink
bump: 1.0.22 → 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2024
1 parent 8223f85 commit 8f28a37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.0.23 (2024-04-04)

### Fix

- **deps**: bump importlib-resources from 6.3.1 to 6.4.0
- **deps**: bump importlib-metadata from 7.0.2 to 7.1.0

## v1.0.22 (2024-03-19)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "1.0.22"
version = "1.0.23"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand All @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cmudict"
version = "1.0.22"
version = "1.0.23"
description = "A versioned python wrapper package for The CMU Pronouncing Dictionary data files."
authors = ["David L. Day <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 8f28a37

Please sign in to comment.