Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

fix: update README for library conversion to microgenerator #29

Merged
merged 3 commits into from Jul 15, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.rst
Expand Up @@ -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==1.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious that in setup.py, the release version is 1.0.0, which one should we take here? Thanks

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xiaozhenliu-gg5 The microgenerator code has been merged and released (as 1.0.0). #25 The previous version was 0.3.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 sounds reasonable.


Installation
~~~~~~~~~~~~

Expand Down