Skip to content

Commit da0e17b

Browse files
authored
Making new Pub / Sub and API core releases. (#4559)
1 parent 9623e82 commit da0e17b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## 0.1.2
8+
9+
- Upgrading `concurrent.futures` backport from `>= 3.0.0`
10+
to `>= 3.2.0` (#4521).
11+
712
## 0.1.1
813

914
- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name='google-api-core',
71-
version='0.1.2.dev1',
71+
version='0.1.2',
7272
description='Core Google API Client Library',
7373
long_description=README,
7474
namespace_packages=['google'],

0 commit comments

Comments
 (0)