Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@raja-7453 raja-7453 released this 17 Apr 06:23
· 12 commits to master since this release
a74e625

5.0.0

  • Email Drafts ScheduleDetails timezone field datatype changed (TimeZone to str).
  • ShiftHours timezone field datatype changed (TimeZone to str).
  • Users time_zone field datatype changed(TimeZone to str).

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk6-0==5.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python