diff --git a/CHANGELOG.md b/CHANGELOG.md index 8238eab5..90bbe0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-ndb/#history +## [1.11.0](https://www.github.com/googleapis/python-ndb/compare/v1.10.5...v1.11.0) (2021-10-28) + + +### Features + +* add support for python 3.10 ([#735](https://www.github.com/googleapis/python-ndb/issues/735)) ([58620c1](https://www.github.com/googleapis/python-ndb/commit/58620c1b17e3a4b3608614bea620e93f39e1bd3a)) + ### [1.10.5](https://www.github.com/googleapis/python-ndb/compare/v1.10.4...v1.10.5) (2021-10-08) diff --git a/setup.py b/setup.py index 6bf67e6a..29018359 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def main(): setuptools.setup( name="google-cloud-ndb", - version = "1.10.5", + version = "1.11.0", description="NDB library for Google Cloud Datastore", long_description=readme, long_description_content_type="text/markdown",