Skip to content

Commit 5c688fc

Browse files
Bump version to 4.1.0
1 parent daf4f9e commit 5c688fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [4.1.0](https://github.com/plivo/plivo-python/tree/v4.1.0) (2018-02-26)
4+
- Add Address and Identity resources
5+
- Change a few functions in numbers.py to support the verification flows
6+
37
## [4.0.0](https://github.com/plivo/plivo-python/tree/v4.0.0) (2018-01-18)
48
- Supports specifying timeouts and proxies while client initialization
59
- A few bug fixes (#35, #36, #39 & #40)

plivo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '4.0.0'
2+
__version__ = '4.1.0'

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.0.0',
13+
version='4.1.0',
1414
description=
1515
'A Python SDK to make voice calls & send SMS using Plivo and to generate Plivo XML',
1616
long_description=long_description,

0 commit comments

Comments
 (0)