From cbfcb26b452b911188499a942182307d560b1968 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 18:12:26 +0000 Subject: [PATCH] chore: release 1.19.9 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a27ef5d..41457b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.19.9](https://www.github.com/googleapis/proto-plus-python/compare/v1.19.8...v1.19.9) (2021-12-09) + + +### Bug Fixes + +* add pickling support to proto messages ([#280](https://www.github.com/googleapis/proto-plus-python/issues/280)) ([2b7be35](https://www.github.com/googleapis/proto-plus-python/commit/2b7be3563f9fc2a4649a5e14d7653b85020c566f)) + ### [1.19.8](https://www.github.com/googleapis/proto-plus-python/compare/v1.19.7...v1.19.8) (2021-11-09) diff --git a/setup.py b/setup.py index 8902f67f..fa822af6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import find_packages, setup -version = "1.19.8" +version = "1.19.9" PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))