Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit cfcb220

Browse files
chore(main): release 1.16.1 (#409)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 88bd93c commit cfcb220

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.0"
2+
".": "1.16.1"
33
}

CHANGELOG.md

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

3+
## [1.16.1](https://github.com/googleapis/python-retail/compare/v1.16.0...v1.16.1) (2023-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **v2alpha:** Fix the HTTP format for merchant center link service ([#408](https://github.com/googleapis/python-retail/issues/408)) ([88bd93c](https://github.com/googleapis/python-retail/commit/88bd93c6d7dea495f18acbf0519e1ed7bdcf330c))
9+
310
## [1.16.0](https://github.com/googleapis/python-retail/compare/v1.15.1...v1.16.0) (2023-04-11)
411

512

google/cloud/retail/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__ = "1.16.0" # {x-release-please-version}
16+
__version__ = "1.16.1" # {x-release-please-version}

google/cloud/retail_v2/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__ = "1.16.0" # {x-release-please-version}
16+
__version__ = "1.16.1" # {x-release-please-version}

google/cloud/retail_v2alpha/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__ = "1.16.0" # {x-release-please-version}
16+
__version__ = "1.16.1" # {x-release-please-version}

google/cloud/retail_v2beta/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__ = "1.16.0" # {x-release-please-version}
16+
__version__ = "1.16.1" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.retail.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-cloud-retail",
11-
"version": "0.1.0"
11+
"version": "1.16.1"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.retail.v2alpha.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-cloud-retail",
11-
"version": "0.1.0"
11+
"version": "1.16.1"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.retail.v2beta.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-cloud-retail",
11-
"version": "0.1.0"
11+
"version": "1.16.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)