10000 Update to version 3.3.4 · detcherry/twilio-python@7c2400a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c2400a

Browse files
committed
Update to version 3.3.4
1 parent 6027292 commit 7c2400a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES

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

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

6+
Version 3.3.4
7+
-------------
8+
9+
Released on December 16, 2011
10+
11+
- Allow both unicode strings and encoded byte strings in request data
12+
- Add support for SMS and Voice application sids to phone number updating
13+
- Fix documentation error relating to phone number purchasing
14+
- Include doc string information for decorated functions
15+
616
Version 3.3.3
717
-------------
818

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '3.3'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '3.3.3'
59+
release = '3.3.4'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# 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', '3')
1+
__version_info__ = ('3', '3', '4')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0