Skip to content

Commit b1df2e9

Browse files
Merge pull request #285 from plivo/doc-fix
doc link fix
2 parents 13b9850 + 2a872f5 commit b1df2e9

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [4.58.2](https://github.com/plivo/plivo-python/tree/v4.58.2) (2024-12-16)
4+
- Fixed broken link in README.md
5+
36
## [4.58.1](https://github.com/plivo/plivo-python/tree/v4.58.1) (2024-12-19)
47
**Compatibility - Extended support for Python 3.13**
58
- Updated dependencies to ensure compatibility with Python 3.13.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ print(response)
468468
```
469469

470470
### More examples
471-
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.
471+
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.
472472

473473
## Reporting issues
474474
Report any feedback or problems with this version by [opening an issue on Github](https://github.com/plivo/plivo-python/issues).

plivo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '4.58.1'
2+
__version__ = '4.58.2'

setup.py

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

1111
setup(
1212
name='plivo',
13-
version='4.58.1',
13+
version='4.58.2',
1414
description='A Python SDK to make voice calls & send SMS using Plivo and to generate Plivo XML',
1515
long_description=long_description,
1616
url='https://github.com/plivo/plivo-python',

0 commit comments

Comments
 (0)