Skip to content

Commit 82df294

Browse files
chore(main): release 2.9.1 (#680)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 44b2236 commit 82df294

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.0"
2+
".": "2.9.1"
33
}

packages/google-cloud-firestore/CHANGELOG.md

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

77

8+
## [2.9.1](https://github.com/googleapis/python-firestore/compare/v2.9.0...v2.9.1) (2023-01-20)
9+
10+
11+
### Bug Fixes
12+
13+
* Add context manager return types ([5924bdc](https://github.com/googleapis/python-firestore/commit/5924bdc9c51f3d34f7fa6f350d871688601ecad6))
14+
15+
16+
### Documentation
17+
18+
* Add documentation for enums ([5924bdc](https://github.com/googleapis/python-firestore/commit/5924bdc9c51f3d34f7fa6f350d871688601ecad6))
19+
820
## [2.9.0](https://github.com/googleapis/python-firestore/compare/v2.8.0...v2.9.0) (2023-01-12)
921

1022

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.9.0" # {x-release-please-version}
16+
__version__ = "2.9.1" # {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.9.0" # {x-release-please-version}
16+
__version__ = "2.9.1" # {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.9.0" # {x-release-please-version}
16+
__version__ = "2.9.1" # {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.9.0" # {x-release-please-version}
16+
__version__ = "2.9.1" # {x-release-please-version}

0 commit comments

Comments
 (0)