From 5c688fca61cba5de54d2d2ffb192b361071a2e8f Mon Sep 17 00:00:00 2001 From: Sreyanth Date: Mon, 26 Feb 2018 16:36:54 +0530 Subject: [PATCH] Bump version to 4.1.0 --- CHANGELOG.md | 4 ++++ plivo/version.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe56dd74..5f47a508 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [4.1.0](https://github.com/plivo/plivo-python/tree/v4.1.0) (2018-02-26) +- Add Address and Identity resources +- Change a few functions in numbers.py to support the verification flows + ## [4.0.0](https://github.com/plivo/plivo-python/tree/v4.0.0) (2018-01-18) - Supports specifying timeouts and proxies while client initialization - A few bug fixes (#35, #36, #39 & #40) diff --git a/plivo/version.py b/plivo/version.py index e39324e5..5fb951b1 100755 --- a/plivo/version.py +++ b/plivo/version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '4.0.0' +__version__ = '4.1.0' diff --git a/setup.py b/setup.py index b43c2fd2..6c6f884e 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='plivo', - version='4.0.0', + version='4.1.0', description= 'A Python SDK to make voice calls & send SMS using Plivo and to generate Plivo XML', long_description=long_description,