From 2a872f50cb8e1c720d76ae30ba81a0a5a4e8bd58 Mon Sep 17 00:00:00 2001 From: eshangupta-plivo Date: Fri, 13 Dec 2024 21:14:10 +0530 Subject: [PATCH] doc link fix --- CHANGELOG.md | 3 +++ README.md | 2 +- plivo/version.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a060bca..e6e87946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [4.58.2](https://github.com/plivo/plivo-python/tree/v4.58.2) (2024-12-16) +- Fixed broken link in README.md + ## [4.58.1](https://github.com/plivo/plivo-python/tree/v4.58.1) (2024-12-19) **Compatibility - Extended support for Python 3.13** - Updated dependencies to ensure compatibility with Python 3.13. diff --git a/README.md b/README.md index df7684d2..725823a0 100644 --- a/README.md +++ b/README.md @@ -468,7 +468,7 @@ print(response) ``` ### More examples -Refer to the [Plivo API Reference](https://api-reference.plivo.com/latest/python/introduction/overview) for more examples. Also refer to the [guide to setting up dev environment](https://developers.plivo.com/getting-started/setting-up-dev-environment/) on [Plivo Developers Portal](https://developers.plivo.com) to setup a Flask server & use it to test out your integration in under 5 minutes. to get started with Plivo. +Refer to the [Plivo API Reference](https://www.plivo.com/docs/messaging/api/overview/) for more examples. Also refer to the [guide to setting up dev environment](https://www.plivo.com/docs/messaging/quickstart/python-flask/) on [Plivo Developers Portal](https://www.plivo.com/docs/) to setup a Flask server & use it to test out your integration in under 5 minutes. to get started with Plivo. ## Reporting issues Report any feedback or problems with this version by [opening an issue on Github](https://github.com/plivo/plivo-python/issues). diff --git a/plivo/version.py b/plivo/version.py index 5ba813fa..5c915f24 100644 --- a/plivo/version.py +++ b/plivo/version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '4.58.1' +__version__ = '4.58.2' diff --git a/setup.py b/setup.py index f7181ee1..d37d893f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='plivo', - version='4.58.1', + version='4.58.2', description='A Python SDK to make voice calls & send SMS using Plivo and to generate Plivo XML', long_description=long_description, url='https://github.com/plivo/plivo-python',