Skip to content

Commit 5b82f58

Browse files
chore: release 1.11.1 (#741)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2634d01 commit 5b82f58

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-ndb/#history
66

7+
### [1.11.1](https://www.github.com/googleapis/python-ndb/compare/v1.11.0...v1.11.1) (2021-11-03)
8+
9+
10+
### Bug Fixes
11+
12+
* increase cache lock expiration time ([#740](https://www.github.com/googleapis/python-ndb/issues/740)) ([2634d01](https://www.github.com/googleapis/python-ndb/commit/2634d01ac9d4a73057d5e16cf476c5ecfc8e7fcf)), closes [#728](https://www.github.com/googleapis/python-ndb/issues/728)
13+
714
## [1.11.0](https://www.github.com/googleapis/python-ndb/compare/v1.10.5...v1.11.0) (2021-10-28)
815

916

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939

4040
setuptools.setup(
4141
name="google-cloud-ndb",
42-
version = "1.11.0",
42+
version = "1.11.1",
4343
description="NDB library for Google Cloud Datastore",
4444
long_description=readme,
4545
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)