From 7a3f72f78bee95eb8d64a86658060d27ce0092c6 Mon Sep 17 00:00:00 2001 From: Cerebrum <74740053+cerebrumcom@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:17:53 -0300 Subject: [PATCH] chore(master): release 0.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dbe5ddf..b0cf8d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 438de02..e067f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/cerebruminc/types-nameparser/compare/v0.3.2...v0.3.3) (2026-06-03) + + +### Miscellaneous Chores + +* **ci:** bump actions to their latest version ([158f754](https://github.com/cerebruminc/types-nameparser/commit/158f754457a40eab6498523cce110d8db7343444)) + ## [0.3.2](https://github.com/cerebruminc/types-nameparser/compare/v0.3.1...v0.3.2) (2025-09-12) diff --git a/pyproject.toml b/pyproject.toml index 2f59c6b..b491a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "types-nameparser" -version = "0.3.2" +version = "0.3.3" description = "Typing stubs for the nameparser library" readme = "README.md" requires-python = ">=3.8"