Skip to content

Commit

Permalink
Release 6.4.1-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Black committed Jun 16, 2017
1 parent 5f77483 commit 5f0dae4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ twilio-python Changelog

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

[2017-06-15] Version 6.4.1-alpha-1
--------------------------

- Add several missing `<Gather>` attributes.
- `partial_result_callback`
- `partial_result_callback_method`
- `language`
- `hints`
- `barge_in`
- `acknowledge_sound_url`
- `input`
- Remove client-side max page size validation.
- Support `announce_url` and `announce_url_method` on Conference Participants.
- TwiML docstring corrections.
- Remove support for Python 2.6.
- Add `locality` field to `AvailablePhoneNumbers`.
- Add `origin` field to `IncomingPhoneNumbers`.
- Add `in_locality` parameter to `AvailablePhoneNumbers`.
- Add `origin` parameter to `IncomingPhoneNumbers`.
- Add new sync categories to `UsageRecords`.
- Support unicode in `validation_client`.
- Add `muted` parameter to `<Conference>` Twiml.
- Add Alexa support to Notify.

[2018-05-24] Version 6.3.0-alpha-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', '3', '0-alpha-1')
__version_info__ = ('6', '4', '1-alpha-1')
__version__ = '.'.join(__version_info__)

0 comments on commit 5f0dae4

Please sign in to comment.