File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ 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.9
7
+ -------------
8
+
9
+ - Fix an error introduced in 3.3.7 that prevented validation calls from
10
+ succeeding.
11
+
6
12
Version 3.3.8
7
- -----------
13
+ -------------
8
14
9
15
- Use next_page_uri when iterating over a list resource
10
16
@@ -26,7 +32,7 @@ Version 3.3.5
26
32
27
33
Released on January 18, 2011
28
34
29
- - Fix a bug with the depreacted `TwilioRestClient.request` method
35
+ - Fix a bug with the deprecated `TwilioRestClient.request` method
30
36
- Fix a bug in filtering SMS messages by DateSent
31
37
32
38
Version 3.3.4
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '3.3'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '3.3.6 '
60
+ release = '3.3.9 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments