From e67be0171c26615abbfa697d8359e230952ece18 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 11:29:11 -0800 Subject: [PATCH] chore: release 0.3.0 (#2) --- .../google-cloud-phishing-protection/CHANGELOG.md | 13 ++++++++++++- packages/google-cloud-phishing-protection/setup.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-phishing-protection/CHANGELOG.md b/packages/google-cloud-phishing-protection/CHANGELOG.md index d26be3227078..f632ab844db6 100644 --- a/packages/google-cloud-phishing-protection/CHANGELOG.md +++ b/packages/google-cloud-phishing-protection/CHANGELOG.md @@ -5,6 +5,18 @@ [1]: https://pypi.org/project/google-cloud-phishing-protection/#history +## [0.3.0](https://www.github.com/googleapis/python-phishingprotection/compare/v0.2.0...v0.3.0) (2020-02-05) + + +### Features + +* **phishingprotection:** undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) ([#10048](https://www.github.com/googleapis/python-phishingprotection/issues/10048)) ([f96c1ed](https://www.github.com/googleapis/python-phishingprotection/commit/f96c1edfa57269b3e1ccbf3d8035e42fecb78987)) + + +### Bug Fixes + +* **phishingprotection:** deprecate resource name helper methods (via synth) ([#9862](https://www.github.com/googleapis/python-phishingprotection/issues/9862)) ([83a9356](https://www.github.com/googleapis/python-phishingprotection/commit/83a93561695e799c8ff4a7d511fb7b6fe76d0d60)) + ## 0.2.0 10-10-2019 15:30 PDT @@ -38,4 +50,3 @@ ### New Features - Initial release of Phishing Protection. ([#7801](https://github.com/googleapis/google-cloud-python/pull/7801)) - diff --git a/packages/google-cloud-phishing-protection/setup.py b/packages/google-cloud-phishing-protection/setup.py index 78d565218702..ee37e43831b5 100644 --- a/packages/google-cloud-phishing-protection/setup.py +++ b/packages/google-cloud-phishing-protection/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-phishing-protection" description = "Phishing Protection API API client library" -version = "0.2.0" +version = "0.3.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev",