We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9623e82 commit da0e17bCopy full SHA for da0e17b
CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## 0.1.2
8
+
9
+- Upgrading `concurrent.futures` backport from `>= 3.0.0`
10
+ to `>= 3.2.0` (#4521).
11
12
## 0.1.1
13
14
- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name='google-api-core',
71
- version='0.1.2.dev1',
+ version='0.1.2',
72
description='Core Google API Client Library',
73
long_description=README,
74
namespace_packages=['google'],
0 commit comments