We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b6813 commit a2d36d3Copy full SHA for a2d36d3
2 files changed
CHANGES.md
@@ -3,6 +3,14 @@ twilio-python Changelog
3
4
Here you can see the full list of changes between each twilio-python release.
5
6
+Version 6.1.0-edge
7
+-------------
8
+
9
+Released December 9, 2015:
10
11
+- Adds support for Modifying and Deleting IP Messages
12
+- Fixes a bug with IP Messaging Create User
13
14
Version 6.0.0-edge
15
-------------
16
twilio/version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = ('6', '0', 'dev0')
+__version_info__ = ('6', '1', 'dev0')
2
__version__ = '.'.join(__version_info__)
0 commit comments