diff options
author | matt <matt@twilio.com> | 2016-08-09 13:42:01 -0700 |
---|---|---|
committer | matt <matt@twilio.com> | 2016-08-09 13:42:01 -0700 |
commit | c538caccdb916bbed59b88f069f5a10d2544a2ff (patch) | |
tree | c5910da729290a2f7752bf02147edb439b70840b | |
parent | 71dbe32107fb401320743e70443ba11a610b21a9 (diff) | |
download | twilio-php-c538caccdb916bbed59b88f069f5a10d2544a2ff.zip twilio-php-c538caccdb916bbed59b88f069f5a10d2544a2ff.tar.gz twilio-php-c538caccdb916bbed59b88f069f5a10d2544a2ff.tar.bz2 |
Version bump for release4.11.0
-rw-r--r-- | CHANGES.md | 6 | ||||
-rw-r--r-- | Services/Twilio.php | 2 | ||||
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/index.rst | 2 |
4 files changed, 10 insertions, 4 deletions
@@ -1,6 +1,12 @@ twilio-php Changelog ==================== +Version 4.11.0 +-------------- +Released August 9, 2016 + +- Add `synchronize` method to InstanceResoure + Version 4.10.0 ------------- Released January 28, 2016 diff --git a/Services/Twilio.php b/Services/Twilio.php index 18cf7ce..078f28b 100644 --- a/Services/Twilio.php +++ b/Services/Twilio.php @@ -27,7 +27,7 @@ spl_autoload_register('Services_Twilio_autoload'); */ abstract class Base_Services_Twilio extends Services_Twilio_Resource { - const USER_AGENT = 'twilio-php/4.10.0'; + const USER_AGENT = 'twilio-php/4.11.0'; protected $http; protected $last_response; diff --git a/docs/conf.py b/docs/conf.py index 122298c..901994e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = unicode(datetime.utcnow().year) + u', Twilio Inc' # built documents. # # The short X.Y version. -version = '4.10' +version = '4.11' # The full version, including alpha/beta/rc tags. -release = '4.10.0' +release = '4.11.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index efffcc5..01b7d54 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ Status ======= -This documentation is for version 4.10.0 of `twilio-php +This documentation is for version 4.11.0 of `twilio-php <https://www.github.com/twilio/twilio-php>`_. Quickstart |