Skip to content

Commit 9c9fefb

Browse files
chore(main): release 1.10.1 (#243)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a1809e4 commit 9c9fefb

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "1.10.1"
33
}

packages/google-cloud-gke-hub/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.10.1](https://github.com/googleapis/python-gke-hub/compare/v1.10.0...v1.10.1) (2023-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Add async context manager return types ([#242](https://github.com/googleapis/python-gke-hub/issues/242)) ([7b933e0](https://github.com/googleapis/python-gke-hub/commit/7b933e01633d1620526e9224e9a66bf0b1a3fee4))
9+
310
## [1.10.0](https://github.com/googleapis/python-gke-hub/compare/v1.9.0...v1.10.0) (2023-04-21)
411

512

packages/google-cloud-gke-hub/google/cloud/gkehub/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.10.0" # {x-release-please-version}
16+
__version__ = "1.10.1" # {x-release-please-version}

packages/google-cloud-gke-hub/google/cloud/gkehub_v1/configmanagement_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__ = "1.10.0" # {x-release-please-version}
16+
__version__ = "1.10.1" # {x-release-please-version}

packages/google-cloud-gke-hub/google/cloud/gkehub_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__ = "1.10.0" # {x-release-please-version}
16+
__version__ = "1.10.1" # {x-release-please-version}

packages/google-cloud-gke-hub/google/cloud/gkehub_v1/multiclusteringress_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__ = "1.10.0" # {x-release-please-version}
16+
__version__ = "1.10.1" # {x-release-please-version}

packages/google-cloud-gke-hub/google/cloud/gkehub_v1beta1/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.10.0" # {x-release-please-version}
16+
__version__ = "1.10.1" # {x-release-please-version}

packages/google-cloud-gke-hub/samples/generated_samples/snippet_metadata_google.cloud.gkehub.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-cloud-gke-hub",
11-
"version": "0.1.0"
11+
"version": "1.10.1"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-gke-hub/samples/generated_samples/snippet_metadata_google.cloud.gkehub.v1beta1.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-gke-hub",
11-
"version": "0.1.0"
11+
"version": "1.10.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)