File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ 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.4.3
7
+ -------------
8
+
9
+ Adds correct dependencies to the `setup.py` file.
10
+
6
11
Version 3.4.2
7
12
-------------
8
13
@@ -11,6 +16,11 @@ Released on January 2, 2013
11
16
Adds a convenience function to retrieve the members of a queue by running
12
17
client.members("QU123").
13
18
19
+ Version 3.4.1
20
+ -------------
21
+
22
+ Python3 support!
23
+
14
24
Version 3.3.11
15
25
--------------
16
26
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '3.4'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '3.4.2 '
60
+ release = '3.4.3 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '4' , '2 ' )
1
+ __version_info__ = ('3' , '4' , '3 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments