Skip to content

Commit

Permalink
chore(main): release 2.24.0 (#714)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 12, 2023
1 parent df3d4fc commit 6e6b6e1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.23.0"
".": "2.24.0"
}

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

[1]: https://pypi.org/project/google-cloud-bigquery-storage/#history

## [2.24.0](/~https://github.com/googleapis/python-bigquery-storage/compare/v2.23.0...v2.24.0) (2023-12-12)


### Features

* Add support for Python 3.12 ([4834ed1](/~https://github.com/googleapis/python-bigquery-storage/commit/4834ed1f43a60634d062d25ab6fb83f40b0b7383))
* Introduce compatibility with native namespace packages ([#706](/~https://github.com/googleapis/python-bigquery-storage/issues/706)) ([59f9564](/~https://github.com/googleapis/python-bigquery-storage/commit/59f956491f2efcdc4c801820cc0e15a4a4f286ec))


### Bug Fixes

* Use `retry_async` instead of `retry` in async client ([#713](/~https://github.com/googleapis/python-bigquery-storage/issues/713)) ([4e18437](/~https://github.com/googleapis/python-bigquery-storage/commit/4e184372322d4fe8a7ccd40986243b3f7230813a))

## [2.23.0](/~https://github.com/googleapis/python-bigquery-storage/compare/v2.22.0...v2.23.0) (2023-11-17)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery_storage/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.23.0" # {x-release-please-version}
__version__ = "2.24.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/bigquery_storage_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.23.0" # {x-release-please-version}
__version__ = "2.24.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/bigquery_storage_v1beta2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.23.0" # {x-release-please-version}
__version__ = "2.24.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "0.1.0"
"version": "2.24.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "0.1.0"
"version": "2.24.0"
},
"snippets": [
{
Expand Down

0 comments on commit 6e6b6e1

Please sign in to comment.