Skip to content

Commit

Permalink
Release firestore 0.32.1 (apache#7672)
Browse files Browse the repository at this point in the history
* Update google-api-core dependency
* Release 0.32.1
  • Loading branch information
crwilcox committed Apr 5, 2019
1 parent 26915f1 commit 2835fbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


## 0.32.1

04-05-2019 10:51 PDT


### Dependencies
- Update google-api-core dependency

## 0.32.0

04-01-2019 11:44 PDT
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

name = 'google-cloud-firestore'
description = 'Google Cloud Firestore API client library'
version = '0.32.0'
version = '0.32.1'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 4 - Beta'
dependencies = [
'google-api-core[grpc] >= 1.7.0, < 2.0.0dev',
'google-api-core[grpc] >= 1.9.0, < 2.0.0dev',
'google-cloud-core >= 0.29.0, < 0.30dev',
'pytz',
]
Expand Down

0 comments on commit 2835fbc

Please sign in to comment.