Skip to content

Commit 8d88ddc

Browse files
committed
chore: create a release
1 parent 1977c04 commit 8d88ddc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
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
- .

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-13)
12+
13+
14+
### Features
15+
16+
* some feature ([1977c04e6be1e12e37ac2e2b93ad59802038f212](https://github.com/googleapis/google-cloud-python/commit/1977c04e6be1e12e37ac2e2b93ad59802038f212))
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)