Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd2386b

Browse files
chore(main): release 2.6.1 (#625)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 857afb7 commit dd2386b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-cloud-firestore/CHANGELOG.md

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

77

8+
## [2.6.1](https://github.com/googleapis/python-firestore/compare/v2.6.0...v2.6.1) (2022-08-11)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** allow protobuf < 5.0.0 ([#624](https://github.com/googleapis/python-firestore/issues/624)) ([4baf837](https://github.com/googleapis/python-firestore/commit/4baf8370e8be28e3c21f568a56031c3ad7363ba5))
14+
* **deps:** require proto-plus >= 1.22.0 ([4baf837](https://github.com/googleapis/python-firestore/commit/4baf8370e8be28e3c21f568a56031c3ad7363ba5))
15+
816
## [2.6.0](https://github.com/googleapis/python-firestore/compare/v2.5.3...v2.6.0) (2022-07-15)
917

1018

packages/google-cloud-firestore/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-firestore"
2424
description = "Google Cloud Firestore API client library"
25-
version = "2.6.0"
25+
version = "2.6.1"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)