diff --git a/CHANGELOG.md b/CHANGELOG.md index a836670a..9efee900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [3.2.16](https://github.com/cpcloud/protoletariat/compare/3.2.15...3.2.16) (2023-08-10) + + +### Bug Fixes + +* **deps:** update dependency grpcio-tools to v1.57.0 ([0a94c58](https://github.com/cpcloud/protoletariat/commit/0a94c58b6ac43486081fc5d0defba686617d61f1)) + ## [3.2.15](https://github.com/cpcloud/protoletariat/compare/3.2.14...3.2.15) (2023-08-09) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 231e6f95..dc8b1da0 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1,3 +1,3 @@ """Protocol buffers for the rest of us.""" -__version__ = "3.2.15" +__version__ = "3.2.16" diff --git a/pyproject.toml b/pyproject.toml index c32b72c0..59e3afcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.2.15" +version = "3.2.16" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"