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

Commit bcdc5c7

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

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.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-websecurityscanner/#history
66

7+
## [1.11.0](https://github.com/googleapis/python-websecurityscanner/compare/v1.10.0...v1.11.0) (2023-01-10)
8+
9+
10+
### Features
11+
12+
* Add support for python 3.11 ([#254](https://github.com/googleapis/python-websecurityscanner/issues/254)) ([ad1dbf2](https://github.com/googleapis/python-websecurityscanner/commit/ad1dbf20781ab7a11aa383226b39920ed4f370bd))
13+
714
## [1.10.0](https://github.com/googleapis/python-websecurityscanner/compare/v1.9.2...v1.10.0) (2022-12-08)
815

916

google/cloud/websecurityscanner/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.11.0" # {x-release-please-version}

google/cloud/websecurityscanner_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.11.0" # {x-release-please-version}

google/cloud/websecurityscanner_v1alpha/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.11.0" # {x-release-please-version}

google/cloud/websecurityscanner_v1beta/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.11.0" # {x-release-please-version}

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

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

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

0 commit comments

Comments
 (0)