Skip to content

Commit ead01bb

Browse files
chore: bump version to 4.59.6 and update changelog
1 parent ca33e81 commit ead01bb

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Change Log
2+
## [4.59.6](https://github.com/plivo/plivo-python/tree/v4.59.6) (2026-02-18)
3+
**Feature - Campaign API optional fields support**
4+
- Added `sample3`, `sample4`, `sample5` optional sample message fields to Campaign `create` and `update` methods
5+
- Added `terms_and_conditions_link` and `privacy_policy_link` optional fields to Campaign `create` and `update` methods
6+
27
## [4.59.5](https://github.com/plivo/plivo-python/tree/v4.59.5) (2026-01-21)
38
**Feature - HA Number support**
49
- Added `ha_enable` optional parameter to PhoneNumber `buy` method for enabling High Availability Number functionality

plivo/resources/brand.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ def list(self, type=None, status=None,
4040
brand_type=[optional(of_type(six.text_type), is_in(('STANDARD','STARTER')))],
4141
profile_uuid=[required(of_type(six.text_type))],
4242
secondary_vetting=[optional(of_type_exact(bool))],
43+
business_contact_email=[optional(of_type(six.text_type))],
4344
url=[optional(of_type(six.text_type))],
4445
method=[optional(of_type(six.text_type))])
4546
def create(self,
4647
brand_alias,
4748
brand_type,
4849
profile_uuid,
4950
secondary_vetting=False,
51+
business_contact_email='',
5052
url='',
5153
method='POST'
5254
):

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