Skip to content

Commit 4e04a20

Browse files
chore: release main
1 parent 8e8e58b commit 4e04a20

5 files changed

Lines changed: 22 additions & 3 deletions

File tree

packages/google-maps-routing/samples/generated_samples/snippet_metadata_google.maps.routing.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-maps-routing",
11-
"version": "0.11.0"
11+
"version": "0.11.1"
1212
},
1313
"snippets": [
1414
{

packages/googleapis-common-protos/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/googleapis-common-protos/#history
66

7+
## [1.75.3](https://github.com/googleapis/google-cloud-python/compare/googleapis-common-protos-v1.75.2...googleapis-common-protos-v1.75.3) (2026-09-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **googleapis-common-protos:** remove deprecated license classifier ([#18242](https://github.com/googleapis/google-cloud-python/issues/18242)) ([6f0216a](https://github.com/googleapis/google-cloud-python/commit/6f0216a2dc492236c80822de4439c8ab2c6bd9be)), refs [#18235](https://github.com/googleapis/google-cloud-python/issues/18235)
13+
714
## [1.75.2](https://github.com/googleapis/google-cloud-python/compare/googleapis-common-protos-v1.75.1...googleapis-common-protos-v1.75.2) (2026-08-21)
815

916

packages/googleapis-common-protos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818

1919
[project]
2020
name = "googleapis-common-protos"
21-
version = "1.75.2"
21+
version = "1.75.3"
2222
authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
2323
license = "Apache-2.0"
2424
requires-python = ">= 3.10"

packages/sqlalchemy-spanner/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/sqlalchemy-spanner/#history
66

7+
## [1.20.1](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-spanner-v1.20.0...sqlalchemy-spanner-v1.20.1) (2026-09-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **sqlalchemy-spanner:** robust session-isolated test databases and clean lifecycle management ([#18179](https://github.com/googleapis/google-cloud-python/issues/18179)) ([3e0bda4](https://github.com/googleapis/google-cloud-python/commit/3e0bda467955f634013e1b3849b298d436fce952))
13+
14+
15+
### Documentation
16+
17+
* **sqlalchemy-spanner:** centralize CONTRIBUTING.rst pointers ([#18142](https://github.com/googleapis/google-cloud-python/issues/18142)) ([f55ae02](https://github.com/googleapis/google-cloud-python/commit/f55ae02b9f04aaa247702215962e71ea6b04e998))
18+
719
## [1.20.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-spanner-v1.19.0...sqlalchemy-spanner-v1.20.0) (2026-08-21)
820

921

packages/sqlalchemy-spanner/google/cloud/sqlalchemy_spanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license that can be found in the LICENSE file or at
55
# https://developers.google.com/open-source/licenses/bsd
66

7-
__version__ = "1.20.0"
7+
__version__ = "1.20.1"

0 commit comments

Comments
 (0)