Skip to content

Commit

Permalink
Merge pull request #62 from revsi/master
Browse files Browse the repository at this point in the history
bump to version 4.2.0a2
  • Loading branch information
Rajat Singh authored Aug 3, 2018
2 parents cb1a5cc + 0001439 commit bd7e087
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.2.0a2](https://github.com/plivo/plivo-python/tree/v4.2-alpha2) (2018-08-03)
- Fix PHLO Url and component name

## [4.2.0a1](https://github.com/plivo/plivo-python/tree/v4.2-alpha1) (2018-08-03)
- Add PHLO support in alpha release

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.2.0a1'
__version__ = '4.2.0a2'
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.2.0a1',
version='4.2.0a2',
description=
'A Python SDK to make voice calls & send SMS using Plivo and to generate Plivo XML',
long_description=long_description,
Expand Down

0 comments on commit bd7e087

Please sign in to comment.