From 420d72e77dae0c390ca66517310741e50ad6747b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Dec 2024 21:17:55 +0000 Subject: [PATCH] =?UTF-8?q?bump:=201.0.31=20=E2=86=92=201.0.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d21cb1..afc334b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.0.32 (2024-12-21) + +### Fix + +- **deps**: bump src/cmudict/data from `7cd8fb5` to `0f8072f` (#116) + ## v1.0.31 (2024-09-14) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1443b39..3d8c188 100644 --- a/pyproject.toml +++ b/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" [tool.poetry] name = "cmudict" -version = "1.0.31" +version = "1.0.32" description = "A versioned python wrapper package for The CMU Pronouncing Dictionary data files." authors = ["David L. Day "] license = "GPL-3.0-or-later"