Skip to content

Commit

Permalink
changelog and updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumpala Vinay Kumar authored and Thumpala Vinay Kumar committed Feb 21, 2024
1 parent b0f0896 commit 1f136f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change Log

## [4.49.0](https://github.com/plivo/plivo-python/tree/v4.49.0) (2022-02-21)
**Adding Import Campaign**
-Added Import Campaign API

## [4.48.0](https://github.com/plivo/plivo-python/tree/v4.48.0) (2024-02-12)
**Custom Verify OTP - Added new optional param 'otp' for Create Session and made 'otp' param optional for Validate Session**

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.48.0'
__version__ = '4.49.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='plivo',
version='4.48.0',
version='4.49.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

0 comments on commit 1f136f6

Please sign in to comment.