From 85f8a403c48df6993fbfd95cd105c234e16aca59 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 07:22:20 -0800 Subject: [PATCH] chore(main): release 2.0.0 (#846) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 20 ++++++++++++++++++++ setup.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 979b3535..e681c257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ [1]: https://pypi.org/project/google-cloud-ndb/#history +## [2.0.0](https://github.com/googleapis/python-ndb/compare/v1.12.0...v2.0.0) (2022-12-06) + + +### ⚠ BREAKING CHANGES + +* **dependencies:** Upgrade to google-cloud-datastore >= 2.7.2 + +### Features + +* **dependencies:** Upgrade to google-cloud-datastore >= 2.7.2 ([12bbcb5](https://github.com/googleapis/python-ndb/commit/12bbcb548c47803406246d6e3cf55cd947b1500a)) + + +### Bug Fixes + +* Correct access to SerializeToString, CopyFrom, and MergeFromString ([12bbcb5](https://github.com/googleapis/python-ndb/commit/12bbcb548c47803406246d6e3cf55cd947b1500a)) +* Fix enum namespaces ([12bbcb5](https://github.com/googleapis/python-ndb/commit/12bbcb548c47803406246d6e3cf55cd947b1500a)) +* Update API capitalization/casing ([12bbcb5](https://github.com/googleapis/python-ndb/commit/12bbcb548c47803406246d6e3cf55cd947b1500a)) +* Update datastore stub creation ([12bbcb5](https://github.com/googleapis/python-ndb/commit/12bbcb548c47803406246d6e3cf55cd947b1500a)) +* Update module imports ([12bbcb5](https://github.com/googleapis/python-ndb/commit/12bbcb548c47803406246d6e3cf55cd947b1500a)) + ## [1.12.0](https://github.com/googleapis/python-ndb/compare/v1.11.2...v1.12.0) (2022-11-29) diff --git a/setup.py b/setup.py index a1caf7f0..2c02e60f 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def main(): setuptools.setup( name="google-cloud-ndb", - version = "1.12.0", + version = "2.0.0", description="NDB library for Google Cloud Datastore", long_description=readme, long_description_content_type="text/markdown",