diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efee900..6a38e45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [3.2.17](https://github.com/cpcloud/protoletariat/compare/3.2.16...3.2.17) (2023-08-17) + + +### Bug Fixes + +* **deps:** update dependency click to v8.1.7 ([f6b4c34](https://github.com/cpcloud/protoletariat/commit/f6b4c34089b8aa1cb74209be857ef8629f04fe7f)) + ## [3.2.16](https://github.com/cpcloud/protoletariat/compare/3.2.15...3.2.16) (2023-08-10) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index dc8b1da0..c98f21d0 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1,3 +1,3 @@ """Protocol buffers for the rest of us.""" -__version__ = "3.2.16" +__version__ = "3.2.17" diff --git a/pyproject.toml b/pyproject.toml index 59e3afcf..8e723e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.2.16" +version = "3.2.17" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"