Skip to content

Commit 9857926

Browse files
committed
2.0.0
1 parent ed3bc96 commit 9857926

File tree

1,881 files changed

+220490
-11
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,881 files changed

+220490
-11
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ License
2525

2626
## Latest Version
2727

28+
- [2.0.0](/versions/2.0.0/README.md)
29+
- New fields have been added to the History Tracking Fields API.
30+
- Fixed the issue with the inventory mass conversion status API.
31+
2832
- [1.0.0](/versions/1.0.0/README.md)
2933

3034
- Python SDK upgraded to support v8 APIs.
@@ -44,7 +48,7 @@ For older versions, please [refer](https://github.com/zoho/zohocrm-python-sdk-8.
4448
## Including the SDK in your project
4549
You can include the SDK to your project using:
4650

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

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

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

7276
---
7377

74-
For more details, kindly refer [here](/versions/1.0.0/README.md).
78+
For more details, kindly refer [here](/versions/2.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='1.0.0',
14+
version='2.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)