8000 Bump to version 3.5.2 · Stackdriver/twilio-python@75a1983 · 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 75a1983

Browse files
author
Kevin Burke
committed
Bump to version 3.5.2
1 parent e9bf528 commit 75a1983

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGES.md

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

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

6+
Version 3.5.2
7+
-------------
8+
9+
Released on August 26, 2013
10+
11+
- You can now delete transcriptions
12+
613
Version 3.5.1
714
-------------
815

@@ -49,7 +56,7 @@ Version 3.4.2
4956

5057
Released on January 2, 2013
5158

52-
Adds a convenience function to retrieve the members of a queue by running
59+
Adds a convenience function to retrieve the members of a queue by running
5360
client.members("QU123").
5461

5562
Version 3.4.1
@@ -107,7 +114,7 @@ Version 3.3.4
107114
Released on December 16, 2011
108115

109116
- Allow both unicode strings and encoded byte strings in request data
110-
- Add support for SMS and Voice application sids to phone number updating
117+
- Add support for SMS and Voice application sids to phone number updating
111118
- Fix documentation error relating to phone number purchasing
112119
- Include doc string information for decorated functions
113120

@@ -118,7 +125,7 @@ Released on November 3, 2011
118125

119126
- Support unicode characters when validating requests
120127
- Add support for Great Britain language on the Say verb
121-
- Set Sms Application, Voice Application, and/or a Friendly
128+
- Set Sms Application, Voice Application, and/or a Friendly
122129
Name when purchasing a number
123130
- Add missing parameters for resource creation and update
124131

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.5'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.5.1'
60+
release = '3.5.2'
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', '5', '1')
1+
__version_info__ = ('3', '5', '2')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0