Skip to content

Commit

Permalink
bump version to 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonsam committed Jun 12, 2020
1 parent 51afd0f commit d8fac97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [4.8.1](https://github.com/plivo/plivo-python/tree/v4.8.1) (2020-06-12)
- Fix SMS Test cases.

## [4.8.0](https://github.com/plivo/plivo-python/tree/v4.8.0) (2020-05-28)
- Add JWT helper functions.

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.8.0'
__version__ = '4.8.1'
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.8.0',
version='4.8.1',
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 d8fac97

Please sign in to comment.