We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6b24a commit 7cd86a5Copy full SHA for 7cd86a5
2 files changed
packages/proto-plus/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [1.19.5](https://www.github.com/googleapis/proto-plus-python/compare/v1.19.4...v1.19.5) (2021-10-11)
4
+
5
6
+### Documentation
7
8
+* Clarify semantics of multiple oneof variants passed to msg ctor ([#263](https://www.github.com/googleapis/proto-plus-python/issues/263)) ([6f8a5b2](https://www.github.com/googleapis/proto-plus-python/commit/6f8a5b2098e4f6748945c53bda3d5821e62e5a0a))
9
10
### [1.19.4](https://www.github.com/googleapis/proto-plus-python/compare/v1.19.3...v1.19.4) (2021-10-08)
11
12
packages/proto-plus/setup.py
@@ -17,7 +17,7 @@
17
18
from setuptools import find_packages, setup
19
20
-version = "1.19.4"
+version = "1.19.5"
21
22
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
23
0 commit comments