We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafc781 commit cca516cCopy full SHA for cca516c
packages/proto-plus/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [1.14.1](https://www.github.com/googleapis/proto-plus-python/compare/v1.14.0...v1.14.1) (2021-02-26)
4
+
5
6
+### Bug Fixes
7
8
+* install the wheel dependency ([#197](https://www.github.com/googleapis/proto-plus-python/issues/197)) ([923ab31](https://www.github.com/googleapis/proto-plus-python/commit/923ab31e4685b47acae793198be55335e5eeae38))
9
10
## [1.14.0](https://www.github.com/googleapis/proto-plus-python/compare/v1.13.1...v1.14.0) (2021-02-24)
11
12
packages/proto-plus/setup.py
@@ -17,7 +17,7 @@
17
18
from setuptools import find_packages, setup
19
20
-version = "1.14.0"
+version = "1.14.1"
21
22
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
23
0 commit comments