Skip to content

Commit

Permalink
Release 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jingming committed May 12, 2017
1 parent cc76aa2 commit 880dc36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ twilio-python Changelog

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

[2017-05-12] Version 6.1.2
----------------------------------

- Allow *kwargs in TwiML Gather

[2017-05-10] Version 6.1.1
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion twilio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__version_info__ = ('6', '1', '1')
__version_info__ = ('6', '1', '2')
__version__ = '.'.join(__version_info__)

0 comments on commit 880dc36

Please sign in to comment.