8000 Release 6.1.2-alpha-1 · kishan79/twilio-python@e79da68 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)
0