Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo committed May 7, 2024
1 parent e17a5b1 commit 07ee454
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## [4.53.0](https://github.com/plivo/plivo-python/tree/v4.53.0) (2024-05-07)
**Minor enhancements**
- updated decorator version

## [4.51.0](https://github.com/plivo/plivo-python/tree/v4.51.0) (2024-05-02)
**Feature - Added SubAccount and GeoMatch for Create Masking Session API of Number Masking.**
Expand Down
2 changes: 1 addition & 1 deletion plivo/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '4.51.0'
__version__ = '4.53.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='plivo',
version='4.51.0',
version='4.53.0',
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',
Expand Down Expand Up @@ -40,7 +40,7 @@
install_requires=[
'requests >= 2, < 3',
'six >= 1, < 2',
'decorator >= 4, < 5',
'decorator >= 5',
'lxml >= 3, < 5',
'PyJWT'
],
Expand Down

0 comments on commit 07ee454

Please sign in to comment.