From ca4d1b9b3517504d8b83fa55c9fe3cfbc4fcbf32 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:29:49 -0400 Subject: [PATCH] chore(main): release 2.2.0 (#879) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58722ca0..01133dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-ndb/#history +## [2.2.0](https://github.com/googleapis/python-ndb/compare/v2.1.1...v2.2.0) (2023-07-26) + + +### Features + +* Named db support ([#882](https://github.com/googleapis/python-ndb/issues/882)) ([f5713b0](https://github.com/googleapis/python-ndb/commit/f5713b0e36e54ef69e9fa7e99975f32870832f65)) + + +### Documentation + +* **query:** Fix Py2-style print statements ([#878](https://github.com/googleapis/python-ndb/issues/878)) ([a3a181a](https://github.com/googleapis/python-ndb/commit/a3a181a427cc292882691d963b30bc78c05c6592)) + ## [2.1.1](https://github.com/googleapis/python-ndb/compare/v2.1.0...v2.1.1) (2023-02-28) diff --git a/setup.py b/setup.py index 1b8dbe73..7590ee75 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def main(): setuptools.setup( name="google-cloud-ndb", - version = "2.1.1", + version = "2.2.0", description="NDB library for Google Cloud Datastore", long_description=readme, long_description_content_type="text/markdown",