Skip to content

Commit b65a1b5

Browse files
authored
Widen range for 'google-cloud-core'. (#7971)
Prep datastore-1.7.4 release.
1 parent ed81a18 commit b65a1b5

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

datastore/CHANGELOG.md

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

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

7+
## 1.7.4
8+
9+
05-14-2019 13:04 PST
10+
11+
12+
### Implementation Changes
13+
- Widen range for 'google-cloud-core'. ([#7971](https://github.com/googleapis/google-cloud-python/pull/7971))
14+
715
## 1.7.3
816

917
12-17-2018 16:45 PST

datastore/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
name = 'google-cloud-datastore'
2424
description = 'Google Cloud Datastore API client library'
25-
version = '1.7.3'
25+
version = '1.7.4'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = 'Development Status :: 5 - Production/Stable'
3131
dependencies = [
3232
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
33-
'google-cloud-core >=0.29.0, <0.30dev',
33+
'google-cloud-core >=0.29.0, <2.0dev',
3434
]
3535
extras = {
3636
}

0 commit comments

Comments
 (0)