Skip to content

Commit e79da68

Browse files
committed
Release 6.1.2-alpha-1
1 parent 7840d78 commit e79da68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ twilio-python Changelog
33

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

6+
[2017-05-12] Version 6.1.2
7+
----------------------------------
8+
9+
- Support *kwargs in Gather TwiML
10+
611
[2017-05-10] Version 6.1.1-alpha-1
712
----------------------------------
813

twilio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
__version_info__ = ('6', '1', '1-alpha-1')
2+
__version_info__ = ('6', '1', '2-alpha-1')
33
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)