From 5b8ee85387eed04f57d0bc9498f09ca0757e1e34 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Dec 2024 22:23:45 +0000 Subject: [PATCH] chore(release): 3.3.4 --- CHANGELOG.md | 6 ++++++ protoletariat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0080323c..5c258185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +## [3.3.4](https://github.com/cpcloud/protoletariat/compare/3.3.3...3.3.4) (2024-12-04) + +### Bug Fixes + +* **deps:** update dependency grpcio-tools to v1.68.1 ([0c1842b](https://github.com/cpcloud/protoletariat/commit/0c1842b0b19423c79ec42ca608ffed24bb358e92)) + ## [3.3.3](https://github.com/cpcloud/protoletariat/compare/3.3.2...3.3.3) (2024-12-04) ### Bug Fixes diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index c339083f..bc97f03d 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "3.3.3" +__version__ = "3.3.4" diff --git a/pyproject.toml b/pyproject.toml index e88d9f72..77f3473b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.3.3" +version = "3.3.4" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"