diff --git a/CHANGELOG.md b/CHANGELOG.md index c481f4ab..7450f197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +## [3.3.2](https://github.com/cpcloud/protoletariat/compare/3.3.1...3.3.2) (2024-10-29) + +### Bug Fixes + +* **deps:** update dependency grpcio-tools to v1.67.1 ([5cf75ba](https://github.com/cpcloud/protoletariat/commit/5cf75ba127b45935832ea8b874b6ec1201846162)) + ## [3.3.1](https://github.com/cpcloud/protoletariat/compare/3.3.0...3.3.1) (2024-10-23) ### Bug Fixes diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 7e78bf7a..8e1a7878 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "3.3.1" +__version__ = "3.3.2" diff --git a/pyproject.toml b/pyproject.toml index 1d4a62cf..0040aa0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.3.1" +version = "3.3.2" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"