Skip to content

Commit 5721b2d

Browse files
chore(main): release 2.7.3 (#657)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Mariatta Wijaya <[email protected]>
1 parent fc5ded7 commit 5721b2d

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.7.2"
2+
".": "2.7.3"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
[1]: https://pypi.org/project/google-cloud-firestore/#history
66

77

8+
## [2.7.3](https://github.com/googleapis/python-firestore/compare/v2.7.2...v2.7.3) (2022-12-08)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([626710f](https://github.com/googleapis/python-firestore/commit/626710f62a7615b83f0a2aed21d95950492762f8))
14+
* Drop usage of pkg_resources ([626710f](https://github.com/googleapis/python-firestore/commit/626710f62a7615b83f0a2aed21d95950492762f8))
15+
* Fix timeout default values ([626710f](https://github.com/googleapis/python-firestore/commit/626710f62a7615b83f0a2aed21d95950492762f8))
16+
* Fix typehint on AsyncDocumentReference.get() ([#649](https://github.com/googleapis/python-firestore/issues/649)) ([a8d79c8](https://github.com/googleapis/python-firestore/commit/a8d79c8521d767e159952010f1ded66c3e5cf9bc))
17+
18+
19+
### Documentation
20+
21+
* **async_client:** Fix typo in get_mtls_endpoint_and_cert_source doc ([#662](https://github.com/googleapis/python-firestore/issues/662)) ([b431b4a](https://github.com/googleapis/python-firestore/commit/b431b4a68365c728e49a99a0adf20ecabf0b186e))
22+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([626710f](https://github.com/googleapis/python-firestore/commit/626710f62a7615b83f0a2aed21d95950492762f8))
23+
824
## [2.7.2](https://github.com/googleapis/python-firestore/compare/v2.7.1...v2.7.2) (2022-10-10)
925

1026

google/cloud/firestore/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.7.2" # {x-release-please-version}
16+
__version__ = "2.7.3" # {x-release-please-version}

google/cloud/firestore_admin_v1/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.7.2" # {x-release-please-version}
16+
__version__ = "2.7.3" # {x-release-please-version}

google/cloud/firestore_bundle/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.7.2" # {x-release-please-version}
16+
__version__ = "2.7.3" # {x-release-please-version}

google/cloud/firestore_v1/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.7.2" # {x-release-please-version}
16+
__version__ = "2.7.3" # {x-release-please-version}

0 commit comments

Comments
 (0)