8000 Bump to version 5.3.0 · BioComputing/twilio-python@bae3081 · GitHub
[go: up one dir, main page]

Skip to content

Commit bae3081

Browse files
committed
Bump to version 5.3.0
1 parent 02dda06 commit bae3081

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

CHANGES.md

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

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

6+
Version 5.3.0
7+
-------------
8+
9+
Released January 28, 2016:
10+
11+
- Add support for filter_friendly_name in WorkflowConfig
12+
- Load reservations by default in TaskRouter
13+
614
Version 5.2.0
715
-------------
816

twilio/task_router/__init__.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@
55
from .workflow_ruletarget import WorkflowRuleTarget
66
from .workflow_rule import WorkflowRule
77

8-
from .taskrouter_config import (
9-
TaskRouterConfig
10-
)
11-
12-
from .workflow_config import (
13-
WorkflowConfig
14-
)
15-
16-
from .workflow_ruletarget import (
17-
WorkflowRuleTarget
18-
)
19-
from .workflow_rule import (
20-
WorkflowRule
21-
)
22-
238
import warnings
249
warnings.simplefilter('always', DeprecationWarning)
2510

twilio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ('5', '2', '0')
1+
__version_info__ = ('5', '3', '0')
22
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)
0