This repository was archived by the owner on Feb 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +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.4.2
7
+ -------------
8
+
9
+ Released on January 2, 2013
10
+
11
+ Adds a convenience function to retrieve the members of a queue by running
12
+ client.members("QU123").
13
+
6
14
Version 3.3.11
7
15
--------------
8
16
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Checklist:
7
7
* Add a short change description to CHANGES
8
8
* Update the version number in ` twilio/__init__.py `
9
9
* Update the version number in ` docs/conf.py `
10
+ * Commit the version bumps.
10
11
* Tag a new release in Github with both the version and the ` latest ` tag.
11
12
12
13
git tag 3.3.9
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.0 '
60
+ release = '3.4.2 '
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' , '0 ' )
1
+ __version_info__ = ('3' , '4' , '2 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments