Skip to content

Commit

Permalink
chore: release 1.15.1 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
release-please[bot] and tseaver committed Sep 23, 2020
1 parent 27620b3 commit ddbbb03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

### [1.15.1](https://www.github.com/googleapis/python-datastore/compare/v1.15.0...v1.15.1) (2020-09-23)


### Bug Fixes

* repair implementation of `Client.reserve_ids` ([#76](https://www.github.com/googleapis/python-datastore/issues/76)) ([7df727d](https://www.github.com/googleapis/python-datastore/commit/7df727d00dce7c022f2b6a3c03b31ff7c3836d49)), closes [#37](https://www.github.com/googleapis/python-datastore/issues/37)


### Documentation

* document thread-safety of client ([#75](https://www.github.com/googleapis/python-datastore/issues/75)) ([ae0339c](https://www.github.com/googleapis/python-datastore/commit/ae0339ce94aa8557534e3be24890d7f5a69e806b))

## [1.15.0](https://www.github.com/googleapis/python-datastore/compare/v1.14.0...v1.15.0) (2020-08-14)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-datastore"
description = "Google Cloud Datastore API client library"
version = "1.15.0"
version = "1.15.1"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit ddbbb03

Please sign in to comment.