diff --git a/CHANGELOG.md b/CHANGELOG.md index 5217a2fb..3ef92ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [1.0.1](https://github.com/cpcloud/protoletariat/compare/1.0.0...1.0.1) (2022-09-11) + + +### Bug Fixes + +* **deps:** support python `protobuf==4` ([bd75812](https://github.com/cpcloud/protoletariat/commit/bd75812df3e0bfb63e0b8f30905ca99e801cada1)) + ## [1.0.0](https://github.com/cpcloud/protoletariat/compare/v0.9.4...1.0.0) (2022-09-11) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 5becc17c..5c4105cd 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index 028a086d..4d7ed3e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "1.0.0" +version = "1.0.1" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"