Skip to content

Commit

Permalink
Bump Datastore to 1.3.0 (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Aug 24, 2017
1 parent cb571a8 commit e3155e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup(
name='google-cloud-datastore',
version='1.2.0',
version='1.3.0',
description='Python Client for Google Cloud Datastore',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'google-cloud-bigquery >= 0.26.0, < 0.27dev',
'google-cloud-bigtable >= 0.27.0, < 0.28dev',
'google-cloud-core >= 0.27.0, < 0.28dev',
'google-cloud-datastore >= 1.2.0, < 1.3dev',
'google-cloud-datastore >= 1.3.0, < 1.4dev',
'google-cloud-dns >= 0.27.0, < 0.28dev',
'google-cloud-error-reporting >= 0.27.0, < 0.28dev',
'google-cloud-language >= 0.28.0, < 0.29dev',
Expand Down

0 comments on commit e3155e6

Please sign in to comment.