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

Commit f44d715

Browse files
chore(main): release 1.18.2 (#432)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 367a3bd commit f44d715

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-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.18.1"
2+
".": "1.18.2"
33
}

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/google-cloud-securitycenter/#history
66

7+
## [1.18.2](https://github.com/googleapis/python-securitycenter/compare/v1.18.1...v1.18.2) (2023-01-20)
8+
9+
10+
### Bug Fixes
11+
12+
* Add context manager return types ([367a3bd](https://github.com/googleapis/python-securitycenter/commit/367a3bda34b1d06e1ecbff0db7a4bc8d1dff7436))
13+
14+
15+
### Documentation
16+
17+
* Add documentation for enums ([367a3bd](https://github.com/googleapis/python-securitycenter/commit/367a3bda34b1d06e1ecbff0db7a4bc8d1dff7436))
18+
719
## [1.18.1](https://github.com/googleapis/python-securitycenter/compare/v1.18.0...v1.18.1) (2023-01-14)
820

921

google/cloud/securitycenter/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.18.1" # {x-release-please-version}
16+
__version__ = "1.18.2" # {x-release-please-version}

google/cloud/securitycenter_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.18.1" # {x-release-please-version}
16+
__version__ = "1.18.2" # {x-release-please-version}

google/cloud/securitycenter_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.18.1" # {x-release-please-version}
16+
__version__ = "1.18.2" # {x-release-please-version}

google/cloud/securitycenter_v1p1beta1/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.18.1" # {x-release-please-version}
16+
__version__ = "1.18.2" # {x-release-please-version}

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

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

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

0 commit comments

Comments
 (0)