8000 Bump to version 3.3.10 · Stackdriver/twilio-python@8d793dd · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 8d793dd

Browse files
committed
Bump to version 3.3.10
1 parent 522832d commit 8d793dd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
Version 3.3.10
7+
-------------
8+
9+
- Add support for Queue. Fix a bug where the library wouldn't work in Python 2.5
10+
11+
612
Version 3.3.9
713
-------------
814

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '3.3'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.3.9'
60+
release = '3.3.10'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

twilio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = ('3', '3', '9')
1+
__version_info__ = ('3', '3', '10')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0