8000 chore: release 1.17.0 · googleapis/proto-plus-python@f159d5e · GitHub
[go: up one dir, main page]

Skip to content

Commit f159d5e

Browse files
chore: release 1.17.0
1 parent b2c245b commit f159d5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.17.0](https://www.github.com/googleapis/proto-plus-python/compare/v1.16.0...v1.17.0) (2021-03-12)
4+
5+
6+
### Features
7+
8+
* add preserving_proto_field_name to to_json ([#213](https://www.github.com/googleapis/proto-plus-python/issues/213)) ([b2c245b](https://www.github.com/googleapis/proto-plus-python/commit/b2c245bf044b964897f4e7423ff4944ae915e469))
9+
310
## [1.16.0](https://www.github.com/googleapis/proto-plus-python/compare/v1.15.0...v1.16.0) (2021-03-12)
411

512

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.16.0"
20+
version = "1.17.0"
2121

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

0 commit comments

Comments
 (0)
0