File tree Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
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
+
6
14
Version 5.2.0
7
15
-------------
8
16
Original file line number Diff line number Diff line change 5
5
from .workflow_ruletarget import WorkflowRuleTarget
6
6
from .workflow_rule import WorkflowRule
7
7
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
-
23
8
import warnings
24
9
warnings .simplefilter ('always' , DeprecationWarning )
25
10
Original file line number Diff line number Diff line change 1
- __version_info__ = ('5' , '2 ' , '0' )
1
+ __version_info__ = ('5' , '3 ' , '0' )
2
2
__version__ = '.' .join (__version_info__ )
You can’t perform that action at this time.
0 commit comments