8000 Release 6.1.2 · idelgado/twilio-python@880dc36 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

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

8000
Appearance settings

Commit 880dc36

Browse files
committed
Release 6.1.2
1 parent cc76aa2 commit 880dc36

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+
- Allow *kwargs in TwiML Gather
10+
611
[2017-05-10] Version 6.1.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')
2+
__version_info__ = ('6', '1', '2')
33
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)
0