diff --git a/phishingprotection/CHANGELOG.md b/phishingprotection/CHANGELOG.md new file mode 100644 index 000000000000..5054a4350d8f --- /dev/null +++ b/phishingprotection/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +[PyPI History][1] + +[1]: https://pypi.org/project/google-cloud-phishing-protection/#history + +## 0.1.0 + +04-30-2019 15:03 PDT + +### New Features +- Initial release of Phishing Protection. ([#7801](https://github.com/googleapis/google-cloud-python/pull/7801)) + diff --git a/phishingprotection/README.rst b/phishingprotection/README.rst index b6063e6e9d73..bd02065e370f 100644 --- a/phishingprotection/README.rst +++ b/phishingprotection/README.rst @@ -7,9 +7,9 @@ Python Client for Phishing Protection API (`Alpha`_) - `Product Documentation`_ .. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst -.. _Phishing Protection API: https://cloud.google.com/phishingprotection +.. _Phishing Protection API: https://cloud.google.com/phishing-protection .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/phishingprotection/usage.html -.. _Product Documentation: https://cloud.google.com/phishingprotection +.. _Product Documentation: https://cloud.google.com/phishing-protection Quick Start ----------- @@ -23,7 +23,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project -.. _Enable the Phishing Protection API.: https://cloud.google.com/phishingprotection +.. _Enable the Phishing Protection API.: https://cloud.google.com/phishing-protection .. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation @@ -48,7 +48,7 @@ Mac/Linux pip install virtualenv virtualenv source /bin/activate - /bin/pip install google-cloud-phishingprotection + /bin/pip install google-cloud-phishing-protection Windows @@ -59,7 +59,7 @@ Windows pip install virtualenv virtualenv \Scripts\activate - \Scripts\pip.exe install google-cloud-phishingprotection + \Scripts\pip.exe install google-cloud-phishing-protection Next Steps ~~~~~~~~~~ @@ -71,5 +71,5 @@ Next Steps - View this `repository’s main README`_ to see the full list of Cloud APIs that we cover. -.. _Phishing Protection API Product documentation: https://cloud.google.com/phishingprotection +.. _Phishing Protection API Product documentation: https://cloud.google.com/phishing-protection .. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst \ No newline at end of file diff --git a/phishingprotection/setup.py b/phishingprotection/setup.py index 35864e9150d1..a74de200c9cf 100644 --- a/phishingprotection/setup.py +++ b/phishingprotection/setup.py @@ -19,7 +19,7 @@ import setuptools -name = 'google-cloud-phishingprotection' +name = 'google-cloud-phishing-protection' description = 'Phishing Protection API API client library' version = '0.1.0' release_status = '3 - Alpha'