From 17d7120653f3de202bb65cfa88024e5e294f68a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 May 2023 03:40:38 +0000 Subject: [PATCH] chore(release): 3.2.5 --- CHANGELOG.md | 7 +++++++ protoletariat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6596b882..a5c4fb6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [3.2.5](https://github.com/cpcloud/protoletariat/compare/3.2.4...3.2.5) (2023-05-09) + + +### Bug Fixes + +* **deps:** update dependency protobuf to v4.23.0 ([f00b3f1](https://github.com/cpcloud/protoletariat/commit/f00b3f15066429bfa8f46f41b8c5c2979aea324f)) + ## [3.2.4](https://github.com/cpcloud/protoletariat/compare/3.2.3...3.2.4) (2023-05-05) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 71c9406a..2d53ba66 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1,3 +1,3 @@ """Protocol buffers for the rest of us.""" -__version__ = "3.2.4" +__version__ = "3.2.5" diff --git a/pyproject.toml b/pyproject.toml index 65d1a48b..6babe66a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.2.4" +version = "3.2.5" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"