Skip to content

Commit 7afee5e

Browse files
chore: release 1.10.5 (#732)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 33f066b commit 7afee5e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/google-cloud-ndb/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.10.5](https://www.github.com/googleapis/python-ndb/compare/v1.10.4...v1.10.5) (2021-10-08)
8+
9+
10+
### Bug Fixes
11+
12+
* correct regression in `Model.get_or_insert` ([#731](https://www.github.com/googleapis/python-ndb/issues/731)) ([921ec69](https://www.github.com/googleapis/python-ndb/commit/921ec695e246e548f207b0c6aded7296e4b3b263)), closes [#729](https://www.github.com/googleapis/python-ndb/issues/729)
13+
714
### [1.10.4](https://www.github.com/googleapis/python-ndb/compare/v1.10.3...v1.10.4) (2021-09-28)
815

916

packages/google-cloud-ndb/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.10.4",
42+
version = "1.10.5",
4343
description="NDB library for Google Cloud Datastore",
4444
long_description=readme,
4545
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)