We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf0a79 commit 811b04aCopy full SHA for 811b04a
CHANGES.md
@@ -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
13
# 1.2.0
14
15
* Added topup method
nexmo/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.2.0'
+__version__ = '1.3.0'
import requests, os
0 commit comments