Skip to content

Commit e6b241d

Browse files
chore(main): release 1.19.9 (#287)
🤖 I have created a release *beep* *boop* --- ### [1.19.9](googleapis/proto-plus-python@v1.19.8...v1.19.9) (2022-01-25) ### Bug Fixes * add pickling support to proto messages ([#280](googleapis/proto-plus-python#280)) ([2b7be35](googleapis/proto-plus-python@2b7be35)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent bb622d3 commit e6b241d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/proto-plus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.19.9](https://github.com/googleapis/proto-plus-python/compare/v1.19.8...v1.19.9) (2022-01-25)
4+
5+
6+
### Bug Fixes
7+
8+
* add pickling support to proto messages ([#280](https://github.com/googleapis/proto-plus-python/issues/280)) ([2b7be35](https://github.com/googleapis/proto-plus-python/commit/2b7be3563f9fc2a4649a5e14d7653b85020c566f))
9+
310
### [1.19.8](https://www.github.com/googleapis/proto-plus-python/compare/v1.19.7...v1.19.8) (2021-11-09)
411

512

packages/proto-plus/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from setuptools import find_packages, setup
1919

20-
version = "1.19.8"
20+
version = "1.19.9"
2121

2222
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
2323

0 commit comments

Comments
 (0)