Skip to content

Commit 6a621bd

Browse files
chore(main): release 2.2.3
1 parent 58fe7e7 commit 6a621bd

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+
## [2.2.3](https://github.com/googleapis/python-ndb/compare/v2.2.2...v2.2.3) (2023-10-26)
8+
9+
10+
### Documentation
11+
12+
* **__init__:** Note that Firestore in Datastore Mode is supported ([#919](https://github.com/googleapis/python-ndb/issues/919)) ([0fa75e7](https://github.com/googleapis/python-ndb/commit/0fa75e71dfc6d56d2c0eaf214a48774b99bb959f))
13+
714
## [2.2.2](https://github.com/googleapis/python-ndb/compare/v2.2.1...v2.2.2) (2023-09-19)
815

916

setup.py

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

3737
setuptools.setup(
3838
name="google-cloud-ndb",
39-
version = "2.2.2",
39+
version = "2.2.3",
4040
description="NDB library for Google Cloud Datastore",
4141
long_description=readme,
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)