Skip to content

Commit

Permalink
Making new Pub / Sub and API core releases. (#4559)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 8, 2017
1 parent 9623e82 commit da0e17b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

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

## 0.1.2

- Upgrading `concurrent.futures` backport from `>= 3.0.0`
to `>= 3.2.0` (#4521).

## 0.1.1

- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

setup(
name='google-api-core',
version='0.1.2.dev1',
version='0.1.2',
description='Core Google API Client Library',
long_description=README,
namespace_packages=['google'],
Expand Down

0 comments on commit da0e17b

Please sign in to comment.