Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 3b482b9

Browse files
committed
chore: create a release
1 parent a38f322 commit 3b482b9

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.librarian/state.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:39628f6e89c9cad27973b9a39a50f7052bec0435ee58c7027b4fa6b655943e31
22
libraries:
33
- id: sqlalchemy-bigquery
4-
version: 1.16.0
4+
version: 1.17.0
5+
last_generated_commit: ""
56
apis: []
67
source_roots:
78
- .
89
preserve_regex: []
910
remove_regex: []
1011
tag_format: v{version}
11-

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Older versions of this project were distributed as [pybigquery][0].
88

99
[1]: https://pypi.org/project/sqlalchemy-bigquery/#history
1010

11+
## [1.17.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-bigquery-v1.16.0...sqlalchemy-bigquery-v1.17.0) (2025-11-07)
12+
13+
14+
### Features
15+
16+
* wip ([a38f322f2a28fba311f9f97e612b2faad3aa1fa0](https://github.com/googleapis/google-cloud-python/commit/a38f322f2a28fba311f9f97e612b2faad3aa1fa0))
17+
1118

1219
[pybigquery PyPI History][2]
1320

sqlalchemy_bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1818
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1919

20-
__version__ = "1.16.0"
20+
__version__ = "1.17.0"

0 commit comments

Comments
 (0)