From 3d7110fed7dea75c3f063f2342d63307b7dad051 Mon Sep 17 00:00:00 2001 From: xiaozhenliugg Date: Tue, 14 Jul 2020 15:23:12 -0700 Subject: [PATCH 1/3] update README --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index e0e2bdc..51ed765 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,16 @@ In order to use this library, you first need to go through the following steps: .. _Enable the Web Risk API.: https://cloud.google.com/web-risk .. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html +Supported Python Versions +^^^^^^^^^^^^^^^^^^^^^^^^^ +Python >= 3.6 + +Deprecated Python Versions +^^^^^^^^^^^^^^^^^^^^^^^^^^ +Python == 2.7. + +The last version of this library compatible with Python 2.7 is google-cloud-webrisk==0.3.0 + Installation ~~~~~~~~~~~~ From 3cea6666738795e97001db1020453cf50e466704 Mon Sep 17 00:00:00 2001 From: xiaozhenliugg Date: Tue, 14 Jul 2020 15:34:46 -0700 Subject: [PATCH 2/3] update version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 51ed765..328007e 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ Python == 2.7. -The last version of this library compatible with Python 2.7 is google-cloud-webrisk==0.3.0 +The last version of this library compatible with Python 2.7 is google-cloud-webrisk==1.0.0 Installation ~~~~~~~~~~~~ From 1c901226292c640a5f3babffcafce2c6ed9af866 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu Date: Tue, 14 Jul 2020 16:04:34 -0700 Subject: [PATCH 3/3] Update README.rst Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 328007e..51ed765 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ Python == 2.7. -The last version of this library compatible with Python 2.7 is google-cloud-webrisk==1.0.0 +The last version of this library compatible with Python 2.7 is google-cloud-webrisk==0.3.0 Installation ~~~~~~~~~~~~