Skip to content

Commit 1f5d680

Browse files
chore: release main (#11071)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a0b1149 commit 1f5d680

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/google-cloud-discoveryengine": "0.4.1",
44
"packages/google-cloud-enterpriseknowledgegraph": "0.3.2",
55
"packages/google-geo-type": "0.3.0",
6-
"packages/google-maps-addressvalidation": "0.3.2",
6+
"packages/google-maps-addressvalidation": "0.3.3",
77
"packages/google-maps-routing": "0.5.0",
88
"packages/google-apps-script-type": "0.3.1",
99
"packages/google-cloud-vmwareengine": "1.0.1",

packages/google-maps-addressvalidation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.3](https://github.com/googleapis/google-cloud-python/compare/google-maps-addressvalidation-v0.3.2...google-maps-addressvalidation-v0.3.3) (2023-04-15)
4+
5+
6+
### Documentation
7+
8+
* Update description of the postal address ([#11066](https://github.com/googleapis/google-cloud-python/issues/11066)) ([a0b1149](https://github.com/googleapis/google-cloud-python/commit/a0b11490ea6488d725a4738fdaa63e98947f8528))
9+
310
## [0.3.2](https://github.com/googleapis/google-cloud-python/compare/google-maps-addressvalidation-v0.3.1...google-maps-addressvalidation-v0.3.2) (2023-04-11)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.3.2" # {x-release-please-version}
17+
__version__ = "0.3.3" # {x-release-please-version}

packages/google-maps-addressvalidation/google/maps/addressvalidation_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.3.2" # {x-release-please-version}
17+
__version__ = "0.3.3" # {x-release-please-version}

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

0 commit comments

Comments
 (0)