Skip to content

Commit

Permalink
chore(main): release 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 12, 2024
1 parent 75471dd commit 5a9ce21
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.16.0"
".": "2.16.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,13 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


## [2.16.1](https://github.com/googleapis/python-firestore/compare/v2.16.0...v2.16.1) (2024-04-12)


### Bug Fixes

* __repr__ method in vector.py ([#903](https://github.com/googleapis/python-firestore/issues/903)) ([6886f2b](https://github.com/googleapis/python-firestore/commit/6886f2bbfb8e2320be58ba1b129733c8f2c5f8ba))

## [2.16.0](https://github.com/googleapis/python-firestore/compare/v2.15.0...v2.16.0) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/firestore/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.0" # {x-release-please-version}
__version__ = "2.16.1" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_admin_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.0" # {x-release-please-version}
__version__ = "2.16.1" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_bundle/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.0" # {x-release-please-version}
__version__ = "2.16.1" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.16.0" # {x-release-please-version}
__version__ = "2.16.1" # {x-release-please-version}

0 comments on commit 5a9ce21

Please sign in to comment.