Skip to content

Commit a4242ba

Browse files
Koushik SKclaude
andcommitted
chore: bump version to 4.60.0 and update changelog
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f35530f commit a4242ba

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Change Log
2+
## [4.60.0](https://github.com/plivo/plivo-python/tree/v4.60.0) (2026-04-08)
3+
**Feature - PhoneNumber Compliance API support**
4+
- Added `phone_number_compliance_requirements` resource for discovering compliance requirements by country, number type, and user type
5+
- Added `phone_number_compliance` resource with full CRUD support (create, get, list, update, delete) for compliance applications
6+
- Added `phone_number_compliance_link` resource for bulk linking phone numbers to accepted compliance applications
7+
- Create and update operations support multipart file uploads for compliance documents
8+
29
## [4.59.6](https://github.com/plivo/plivo-python/tree/v4.59.6) (2026-02-18)
310
**Feature - Campaign API optional fields support**
411
- Added `sample3`, `sample4`, `sample5` optional sample message fields to Campaign `create` and `update` methods

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.59.5'
2+
__version__ = '4.60.0'

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.59.6',
13+
version='4.60.0',
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)