Skip to content

Commit 6720879

Browse files
committed
revert firestore release
1 parent eb36177 commit 6720879

9 files changed

Lines changed: 8 additions & 15 deletions

File tree

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ libraries:
11051105
python:
11061106
default_version: v1
11071107
- name: google-cloud-firestore
1108-
version: 2.28.0
1108+
version: 2.27.0
11091109
apis:
11101110
- path: google/firestore/v1
11111111
- path: google/firestore/admin/v1

packages/google-cloud-firestore/CHANGELOG.md

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

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

7-
## [2.28.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.27.0...google-cloud-firestore-v2.28.0) (2026-05-06)
8-
9-
10-
### Bug Fixes
11-
12-
* Imropve improper pipeline aliases (#16651) ([f728bd6120c47f45f8e380a1e8c8d763e5e0c361](https://github.com/googleapis/google-cloud-python/commit/f728bd6120c47f45f8e380a1e8c8d763e5e0c361))
13-
147
## [2.26.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.25.0...google-cloud-firestore-v2.26.0) (2026-03-23)
158

169

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

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

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

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

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

packages/google-cloud-firestore/samples/generated_samples/snippet_metadata_google.firestore.admin.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-firestore",
11-
"version": "2.28.0"
11+
"version": "2.27.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-firestore/samples/generated_samples/snippet_metadata_google.firestore.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-firestore",
11-
"version": "2.28.0"
11+
"version": "2.27.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)