Skip to content

Commit e8cddfe

Browse files
chore(main): release 2.11.1 (#391)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 1220fc4 commit e8cddfe

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.0"
2+
".": "2.11.1"
33
}

packages/google-cloud-datastore/CHANGELOG.md

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

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

7+
## [2.11.1](https://github.com/googleapis/python-datastore/compare/v2.11.0...v2.11.1) (2022-12-09)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([6f6bb63](https://github.com/googleapis/python-datastore/commit/6f6bb63219ac4369d16d39d5ec7b22bffe59c48f))
13+
* Drop usage of pkg_resources ([6f6bb63](https://github.com/googleapis/python-datastore/commit/6f6bb63219ac4369d16d39d5ec7b22bffe59c48f))
14+
* Fix timeout default values ([6f6bb63](https://github.com/googleapis/python-datastore/commit/6f6bb63219ac4369d16d39d5ec7b22bffe59c48f))
15+
16+
17+
### Documentation
18+
19+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([6f6bb63](https://github.com/googleapis/python-datastore/commit/6f6bb63219ac4369d16d39d5ec7b22bffe59c48f))
20+
721
## [2.11.0](https://github.com/googleapis/python-datastore/compare/v2.10.0...v2.11.0) (2022-11-30)
822

923

packages/google-cloud-datastore/google/cloud/datastore/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.11.0" # {x-release-please-version}
15+
__version__ = "2.11.1" # {x-release-please-version}

packages/google-cloud-datastore/google/cloud/datastore/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.11.0"
15+
__version__ = "2.11.1"

packages/google-cloud-datastore/google/cloud/datastore_admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.0" # {x-release-please-version}
16+
__version__ = "2.11.1" # {x-release-please-version}

packages/google-cloud-datastore/google/cloud/datastore_admin_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.11.0" # {x-release-please-version}
15+
__version__ = "2.11.1" # {x-release-please-version}

packages/google-cloud-datastore/google/cloud/datastore_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.11.0" # {x-release-please-version}
15+
__version__ = "2.11.1" # {x-release-please-version}

0 commit comments

Comments
 (0)