File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
310### [ 1.19.4] ( https://www.github.com/googleapis/proto-plus-python/compare/v1.19.3...v1.19.4 ) (2021-10-08)
411
512
Original file line number Diff line number Diff line change 1717
1818from setuptools import find_packages , setup
1919
20- version = "1.19.4 "
20+ version = "1.19.5 "
2121
2222PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
2323
You can’t perform that action at this time.
0 commit comments