8000 Add support for phone number transfer. Bump to version 3.3.1 · jseims/twilio-python@65eb36b · GitHub
[go: up one dir, main page]

Skip to content

Commit 65eb36b

Browse files
committed
Add support for phone number transfer. Bump to version 3.3.1
1 parent 9429951 commit 65eb36b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES

Lines changed: 7 additions & 0 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.3.1
7+
-------------
8+
9+
Released on September 27, 2011
10+
11+
- Allow phone numbers to be transferred between accounts and subaccounts
12+
613
Version 3.3.0
714
-------------
815

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.0'
59+
release = '3.3.1'
6060

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
setup(
33
name = "twilio",
4-
version = "3.3.0",
4+
version = "3.3.1",
55
description = "Twilio API client and TwiML generator",
66
author = "Twilio",
77
author_email = "help@twilio.com",

0 commit comments

Comments
 (0)
0