Skip to content

Commit ce063d9

Browse files
authored
Merge pull request #2 from zoho/beta
3.0.0
2 parents 6ef91e2 + 140bdb6 commit ce063d9

File tree

1,910 files changed

+223655
-578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,910 files changed

+223655
-578
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ License
2424
limitations under the License.
2525

2626
## Latest Version
27+
- [3.0.0](/versions/3.0.0/README.md)
28+
- ***trigger*** field has been added to the Notes API.
29+
- Improved Multi-User Initialization Handling in Initializer Class.
2730

2831
- [2.0.0](/versions/2.0.0/README.md)
2932
- New fields have been added to the History Tracking Fields API.
@@ -48,7 +51,7 @@ For older versions, please [refer](https://github.com/zoho/zohocrm-python-sdk-8.
4851
## Including the SDK in your project
4952
You can include the SDK to your project using:
5053

51-
- For including the latest [version](https://github.com/zoho/zohocrm-python-sdk-8.0/releases/tag/2.0.0)
54+
- For including the latest [version](https://github.com/zoho/zohocrm-python-sdk-8.0/releases/tag/3.0.0)
5255

5356
- Install **Python** from [python.org](https://www.python.org/downloads/) (if not installed).
5457

@@ -75,4 +78,4 @@ For example, if you generate the tokens for your Sandbox environment in the CN d
7578

7679
---
7780

78-
For more details, kindly refer [here](/versions/2.0.0/README.md).
81+
For more details, kindly refer [here](/versions/3.0.0/README.md).

setup.py

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

1212
setup(
1313
name='zohocrmsdk8_0',
14-
version='2.0.0',
14+
version='3.0.0',
1515
description='Zoho CRM SDK for ZOHO CRM v8 APIs',
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)