File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+ Version 3.3.1
7
+ -------------
8
+
9
+ Released on September 27, 2011
10
+
11
+ - Allow phone numbers to be transferred between accounts and subaccounts
12
+
6
13
Version 3.3.0
7
14
-------------
8
15
Original file line number Diff line number Diff line change 56
56
# The short X.Y version.
57
57
version = '3.3'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '3.3.0 '
59
+ release = '3.3.1 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
setup (
3
3
name = "twilio" ,
4
- version = "3.3.0 " ,
4
+ version = "3.3.1 " ,
5
5
description = "Twilio API client and TwiML generator" ,
6
6
author = "Twilio" ,
7
7
author_email = "help@twilio.com" ,
You can’t perform that action at this time.
0 commit comments