Skip to content

Commit c2d5503

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

5 files changed

Lines changed: 26 additions & 4 deletions

File tree

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

packages/google-cloud-phishing-protection/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
[1]: https://pypi.org/project/google-cloud-phishing-protection/#history
66

77

8+
## [1.7.0](https://github.com/googleapis/python-phishingprotection/compare/v1.6.4...v1.7.0) (2022-12-13)
9+
10+
11+
### Features
12+
13+
* Add support for `google.cloud.phishingprotection.__version__` ([66635b6](https://github.com/googleapis/python-phishingprotection/commit/66635b61ffbc23a9db50e9cacc1ccf571180d3b5))
14+
* Add typing to proto.Message based class attributes ([66635b6](https://github.com/googleapis/python-phishingprotection/commit/66635b61ffbc23a9db50e9cacc1ccf571180d3b5))
15+
16+
17+
### Bug Fixes
18+
19+
* Add dict typing for client_options ([66635b6](https://github.com/googleapis/python-phishingprotection/commit/66635b61ffbc23a9db50e9cacc1ccf571180d3b5))
20+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([66635b6](https://github.com/googleapis/python-phishingprotection/commit/66635b61ffbc23a9db50e9cacc1ccf571180d3b5))
21+
* Drop usage of pkg_resources ([66635b6](https://github.com/googleapis/python-phishingprotection/commit/66635b61ffbc23a9db50e9cacc1ccf571180d3b5))
22+
* Fix timeout default values ([66635b6](https://github.com/googleapis/python-phishingprotection/commit/66635b61ffbc23a9db50e9cacc1ccf571180d3b5))
23+
24+
25+
### Documentation
26+
27+
* **samples:** Snippetgen handling of repeated enum field ([66635b6](https://github.com/googleapis/python-phishingprotection/commit/66635b61ffbc23a9db50e9cacc1ccf571180d3b5))
28+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([66635b6](https://github.com/googleapis/python-phishingprotection/commit/66635b61ffbc23a9db50e9cacc1ccf571180d3b5))
29+
830
## [1.6.4](https://github.com/googleapis/python-phishingprotection/compare/v1.6.3...v1.6.4) (2022-10-07)
931

1032

packages/google-cloud-phishing-protection/google/cloud/phishingprotection/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.6.4" # {x-release-please-version}
16+
__version__ = "1.7.0" # {x-release-please-version}

packages/google-cloud-phishing-protection/google/cloud/phishingprotection_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.6.4" # {x-release-please-version}
16+
__version__ = "1.7.0" # {x-release-please-version}

packages/google-cloud-phishing-protection/samples/generated_samples/snippet_metadata_google.cloud.phishingprotection.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-phishing-protection",
11-
"version": "0.1.0"
11+
"version": "1.7.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)