Skip to content

Commit 768d49f

Browse files
authored
Release phishingprotection 0.1.0 (googleapis#7830)
1 parent ad2cbe0 commit 768d49f

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

phishingprotection/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
[PyPI History][1]
4+
5+
[1]: https://pypi.org/project/google-cloud-phishing-protection/#history
6+
7+
## 0.1.0
8+
9+
04-30-2019 15:03 PDT
10+
11+
### New Features
12+
- Initial release of Phishing Protection. ([#7801](https://github.com/googleapis/google-cloud-python/pull/7801))
13+

phishingprotection/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Python Client for Phishing Protection API (`Alpha`_)
77
- `Product Documentation`_
88

99
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
10-
.. _Phishing Protection API: https://cloud.google.com/phishingprotection
10+
.. _Phishing Protection API: https://cloud.google.com/phishing-protection
1111
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/phishingprotection/usage.html
12-
.. _Product Documentation: https://cloud.google.com/phishingprotection
12+
.. _Product Documentation: https://cloud.google.com/phishing-protection
1313

1414
Quick Start
1515
-----------
@@ -23,7 +23,7 @@ In order to use this library, you first need to go through the following steps:
2323

2424
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
2525
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
26-
.. _Enable the Phishing Protection API.: https://cloud.google.com/phishingprotection
26+
.. _Enable the Phishing Protection API.: https://cloud.google.com/phishing-protection
2727
.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html
2828

2929
Installation
@@ -48,7 +48,7 @@ Mac/Linux
4848
pip install virtualenv
4949
virtualenv <your-env>
5050
source <your-env>/bin/activate
51-
<your-env>/bin/pip install google-cloud-phishingprotection
51+
<your-env>/bin/pip install google-cloud-phishing-protection
5252
5353
5454
Windows
@@ -59,7 +59,7 @@ Windows
5959
pip install virtualenv
6060
virtualenv <your-env>
6161
<your-env>\Scripts\activate
62-
<your-env>\Scripts\pip.exe install google-cloud-phishingprotection
62+
<your-env>\Scripts\pip.exe install google-cloud-phishing-protection
6363
6464
Next Steps
6565
~~~~~~~~~~
@@ -71,5 +71,5 @@ Next Steps
7171
- View this `repository’s main README`_ to see the full list of Cloud
7272
APIs that we cover.
7373

74-
.. _Phishing Protection API Product documentation: https://cloud.google.com/phishingprotection
74+
.. _Phishing Protection API Product documentation: https://cloud.google.com/phishing-protection
7575
.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst

phishingprotection/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import setuptools
2121

22-
name = 'google-cloud-phishingprotection'
22+
name = 'google-cloud-phishing-protection'
2323
description = 'Phishing Protection API API client library'
2424
version = '0.1.0'
2525
release_status = '3 - Alpha'

0 commit comments

Comments
 (0)