From 442a811de5afcfb7c8ad595f0343eabb79dfe533 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Jan 2025 06:23:19 +0000 Subject: [PATCH] chore(release): 3.3.7 --- 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 a91f8daf..3916f6ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +## [3.3.7](https://github.com/cpcloud/protoletariat/compare/3.3.6...3.3.7) (2025-01-05) + +### Bug Fixes + +* **deps:** update dependency grpcio-tools to v1.69.0 ([37946f5](https://github.com/cpcloud/protoletariat/commit/37946f5584bb03d4b52ad666fd59488886843a19)) + ## [3.3.6](https://github.com/cpcloud/protoletariat/compare/3.3.5...3.3.6) (2024-12-21) ### Bug Fixes diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 8e6ac94d..271a034d 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "3.3.6" +__version__ = "3.3.7" diff --git a/pyproject.toml b/pyproject.toml index 436aba95..6785df50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.3.6" +version = "3.3.7" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"