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 1
1
# Changelog
2
2
3
+ ## [ 1.16.0] ( https://www.github.com/googleapis/proto-plus-python/compare/v1.15.0...v1.16.0 ) (2021-03-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * add preserving_proto_field_name passthrough in MessageMeta.to_dict ([ #211 ] ( https://www.github.com/googleapis/proto-plus-python/issues/211 ) ) ([ 7675a0c] ( https://www.github.com/googleapis/proto-plus-python/commit/7675a0c8d1004f2727d64100527f2b208d305017 ) )
9
+
3
10
## [ 1.15.0] ( https://www.github.com/googleapis/proto-plus-python/compare/v1.14.3...v1.15.0 ) (2021-03-10)
4
11
5
12
Original file line number Diff line number Diff line change 17
17
18
18
from setuptools import find_packages , setup
19
19
20
- version = "1.15 .0"
20
+ version = "1.16 .0"
21
21
22
22
PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
23
23
You can’t perform that action at this time.
0 commit comments