diff options
author | Doug Black <doug@dougblack.io> | 2015-05-06 16:08:36 -0700 |
---|---|---|
committer | Doug Black <doug@dougblack.io> | 2015-05-06 16:08:36 -0700 |
commit | 7d0e7bcd8786259a1e14bccef99ee1e9a56ac267 (patch) | |
tree | 37622683df67d408fb093b1b808ddc56d0e1d5fc | |
parent | f50c6db1745bec13b7ec0e0d5fa25906e26bc1e0 (diff) | |
download | twilio-php-7d0e7bcd8786259a1e14bccef99ee1e9a56ac267.zip twilio-php-7d0e7bcd8786259a1e14bccef99ee1e9a56ac267.tar.gz twilio-php-7d0e7bcd8786259a1e14bccef99ee1e9a56ac267.tar.bz2 |
bump to 4.0.44.0.4
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | Services/Twilio.php | 2 | ||||
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/index.rst | 2 |
4 files changed, 10 insertions, 3 deletions
@@ -1,6 +1,13 @@ twilio-php Changelog ==================== +Version 4.0.4 +------------- + +Released May 6, 2015 + +- Add support for the new Pricing API. + Version 4.0.1 ------------- diff --git a/Services/Twilio.php b/Services/Twilio.php index 91ec87b..8d08446 100644 --- a/Services/Twilio.php +++ b/Services/Twilio.php @@ -26,7 +26,7 @@ spl_autoload_register('Services_Twilio_autoload'); */ abstract class Base_Services_Twilio extends Services_Twilio_Resource { - const USER_AGENT = 'twilio-php/4.0.1'; + const USER_AGENT = 'twilio-php/4.0.4'; protected $http; protected $last_response; diff --git a/docs/conf.py b/docs/conf.py index 5667c3f..c011218 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ copyright = unicode(datetime.utcnow().year) + u', Twilio Inc' # The short X.Y version. version = '4.0' # The full version, including alpha/beta/rc tags. -release = '4.0.1' +release = '4.0.4' # 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 071b1c9..1c0a248 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ Status ======= -This documentation is for version 4.0.1 of `twilio-php +This documentation is for version 4.0.4 of `twilio-php <https://www.github.com/twilio/twilio-php>`_. Quickstart |