Skip to content

Commit 8090d60

Browse files
chore(main): release google-maps-isochrones 0.1.0
1 parent b60bb04 commit 8090d60

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/google-cloud-commerceproducer": "0.0.0",
44
"packages/google-cloud-productregistry": "0.0.0",
55
"packages/google-crc32c": "1.8.0",
6-
"packages/google-maps-isochrones": "0.0.0",
6+
"packages/google-maps-isochrones": "0.1.0",
77
"packages/pandas-gbq": "0.35.0",
88
"packages/sqlalchemy-bigquery": "1.17.0"
99
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,7 @@ libraries:
23112311
- proto-plus-deps=google.geo.type
23122312
default_version: v4
23132313
- name: google-maps-isochrones
2314-
version: 0.0.0
2314+
version: 0.1.0
23152315
apis:
23162316
- path: google/maps/isochrones/v1
23172317
copyright_year: "2026"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.1.0 (2026-07-21)
4+
5+
6+
### Features
7+
8+
* **google/maps/isochrones/v1:** add google-maps-isochrones ([#17785](https://github.com/googleapis/google-cloud-python/issues/17785)) ([47a0db2](https://github.com/googleapis/google-cloud-python/commit/47a0db2d9c11e13b64971ede909722ec20e3cab7))
9+
10+
## Changelog
11+
312
[PyPI History][1]
413

514
[1]: https://pypi.org/project/google-maps-isochrones/#history

packages/google-maps-isochrones/google/maps/isochrones/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-maps-isochrones/google/maps/isochrones_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-maps-isochrones/samples/generated_samples/snippet_metadata_google.maps.isochrones.v1.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-isochrones",
11-
"version": "0.0.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)