diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 4f117613..657350ef 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,8 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: sqlalchemy-bigquery - version: 1.16.0 + version: 1.17.0 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a5bc63..69c2505a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ Older versions of this project were distributed as [pybigquery][0]. [1]: https://pypi.org/project/sqlalchemy-bigquery/#history +## [1.17.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-bigquery-v1.16.0...sqlalchemy-bigquery-v1.17.0) (2025-11-13) + + +### Features + +* some feature ([1977c04e6be1e12e37ac2e2b93ad59802038f212](https://github.com/googleapis/google-cloud-python/commit/1977c04e6be1e12e37ac2e2b93ad59802038f212)) + [pybigquery PyPI History][2] diff --git a/noxfile.py b/noxfile.py index d4fd895b..c212cb34 100644 --- a/noxfile.py +++ b/noxfile.py @@ -16,6 +16,7 @@ # Generated by synthtool. DO NOT EDIT! + from __future__ import absolute_import from functools import wraps diff --git a/sqlalchemy_bigquery/version.py b/sqlalchemy_bigquery/version.py index e76f81a9..38787d1b 100644 --- a/sqlalchemy_bigquery/version.py +++ b/sqlalchemy_bigquery/version.py @@ -17,4 +17,4 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -__version__ = "1.16.0" +__version__ = "1.17.0"