Skip to content

Commit 811b04a

Browse files
committed
Bump version to 1.3.0
1 parent caf0a79 commit 811b04a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.3.0
2+
3+
* Added get_sms_pricing method
4+
5+
* Added get_voice_pricing method
6+
7+
* Added get_event_alert_numbers method to get opt-in/opt-out numbers
8+
9+
* Added resubscribe_event_alert_number method to opt-in a number
10+
11+
* Added more clearly named methods for Verify API
12+
113
# 1.2.0
214

315
* Added topup method

nexmo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.3.0'
22

33

44
import requests, os

0 commit comments

Comments
 (0)