8000 Bumping version to 4.5.0 · twilio/twilio-python@2b69150 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b69150

Browse files
author
matt
committed
Bumping version to 4.5.0
1 parent 17e47db commit 2b69150

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

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 4.5.0
7+
-------------
8+
9+
Released August 11, 2015:
10+
11+
- Add support for new Taskrouter JWT Functionality, JWTs now grant access to
12+
- Workspace
13+
- Worker
14+
- TaskQueue
15+
616
Version 4.4.0
717
-------------
818

twilio/version.py

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

0 commit comments

Comments
 (0)
0