diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b44c8cb..e4568814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-ndb/#history +### [1.10.2](https://www.github.com/googleapis/python-ndb/compare/v1.10.1...v1.10.2) (2021-08-31) + + +### Bug Fixes + +* **deps:** add pytz as an explicit dependency ([#707](https://www.github.com/googleapis/python-ndb/issues/707)) ([6b48548](https://www.github.com/googleapis/python-ndb/commit/6b48548a1ea4b0c125314f907c25b47992ee6556)) + ### [1.10.1](https://www.github.com/googleapis/python-ndb/compare/v1.10.0...v1.10.1) (2021-08-11) diff --git a/setup.py b/setup.py index 80325a95..2ca798b3 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def main(): setuptools.setup( name="google-cloud-ndb", - version = "1.10.1", + version = "1.10.2", description="NDB library for Google Cloud Datastore", long_description=readme, long_description_content_type="text/markdown",