Skip to content

Commit 54826a8

Browse files
chore: release 1.14.3 (#203)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e912b45 commit 54826a8

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.14.3](https://www.github.com/googleapis/proto-plus-python/compare/v1.14.2...v1.14.3) (2021-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* adding enums to a repeated field does not raise a TypeError ([#202](https://www.github.com/googleapis/proto-plus-python/issues/202)) ([2a10bbe](https://www.github.com/googleapis/proto-plus-python/commit/2a10bbecaf8955c7bf1956086aef42630112788b))
9+
310
### [1.14.2](https://www.github.com/googleapis/proto-plus-python/compare/v1.14.1...v1.14.2) (2021-02-26)
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.14.2"
20+
version = "1.14.3"
2121

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

0 commit comments

Comments
 (0)