Skip to content

Commit

Permalink
chore(main): release 2.17.0 (#468)
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>
  • Loading branch information
release-please[bot] committed Aug 9, 2023
1 parent cfcd0c2 commit 96ecdda
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.16.1"
".": "2.17.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,19 @@

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

## [2.17.0](https://github.com/googleapis/python-datastore/compare/v2.16.1...v2.17.0) (2023-08-09)


### Features

* Publish proto definitions for SUM/AVG in Datastore ([cfcd0c2](https://github.com/googleapis/python-datastore/commit/cfcd0c2552c5dcf503cb3dee8c57b1e82be2d432))


### Documentation

* Minor formatting in Datastore Admin API ([cfcd0c2](https://github.com/googleapis/python-datastore/commit/cfcd0c2552c5dcf503cb3dee8c57b1e82be2d432))
* Specify limit for `properties` in `Index` message in Datastore Admin API ([cfcd0c2](https://github.com/googleapis/python-datastore/commit/cfcd0c2552c5dcf503cb3dee8c57b1e82be2d432))

## [2.16.1](https://github.com/googleapis/python-datastore/compare/v2.16.0...v2.16.1) (2023-07-05)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/datastore/gapic_version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.16.1" # {x-release-please-version}
__version__ = "2.17.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/datastore/version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.16.1"
__version__ = "2.17.0"
2 changes: 1 addition & 1 deletion google/cloud/datastore_admin/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.1" # {x-release-please-version}
__version__ = "2.17.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/datastore_admin_v1/gapic_version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.16.1" # {x-release-please-version}
__version__ = "2.17.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/datastore_v1/gapic_version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.16.1" # {x-release-please-version}
__version__ = "2.17.0" # {x-release-please-version}

0 comments on commit 96ecdda

Please sign in to comment.