Skip to content

Commit 1da6012

Browse files
theacodestseaver
authored andcommitted
Release datastore 1.7.0 (googleapis#5683)
1 parent ccdec94 commit 1da6012

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

datastore/CHANGELOG.md

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

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

7+
## 1.7.0
8+
9+
### Implementation Changes
10+
11+
- Do not pass 'offset' once the query iterator has a cursor (#5503)
12+
- Add test runs for Python 3.7 and remove run for 3.4 (#5295)
13+
14+
### Documentation
15+
16+
- minor fix to datastore example (#5452)
17+
- Add example showing explicit unicode for text values in entities. (#5263)
18+
19+
### Internal / Testing Changes
20+
21+
- Modify system tests to use prerelease versions of grpcio (#5304)
22+
- Avoid overwriting '__module__' of messages from shared modules. (#5364)
23+
- Attempt again to reproduce #4264. (#5403)
24+
- Fix bad trove classifier
25+
726
## 1.6.0
827

928
### Implementation changes

datastore/setup.py

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

2323
name = 'google-cloud-datastore'
2424
description = 'Google Cloud Datastore API client library'
25-
version = '1.6.0'
25+
version = '1.7.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)