diff options
author | Carlos Diaz-Padron <cdpadron@twilio.com> | 2015-09-22 16:03:15 -0700 |
---|---|---|
committer | Carlos Diaz-Padron <cdpadron@twilio.com> | 2015-09-22 16:03:15 -0700 |
commit | 1ac5f568b1ffbc3df2c43c185bc29cb6329e8e75 (patch) | |
tree | 76cbd9f095c8bc2f83409da3dc65619469074120 | |
parent | 065b3a080b62242d0ff96158dbf7bff2668eb68e (diff) | |
download | twilio-php-1ac5f568b1ffbc3df2c43c185bc29cb6329e8e75.zip twilio-php-1ac5f568b1ffbc3df2c43c185bc29cb6329e8e75.tar.gz twilio-php-1ac5f568b1ffbc3df2c43c185bc29cb6329e8e75.tar.bz2 |
Bump to version 4.5
-rw-r--r-- | Services/Twilio.php | 2 | ||||
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/index.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Services/Twilio.php b/Services/Twilio.php index a608fb1..a9bdd61 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.4.0'; + const USER_AGENT = 'twilio-php/4.5.0'; protected $http; protected $last_response; diff --git a/docs/conf.py b/docs/conf.py index 40069c3..efdfbaf 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.4' +version = '4.5' # The full version, including alpha/beta/rc tags. -release = '4.4.0' +release = '4.5.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 e275ba4..9184147 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ Status ======= -This documentation is for version 4.4.0 of `twilio-php +This documentation is for version 4.5.0 of `twilio-php <https://www.github.com/twilio/twilio-php>`_. Quickstart |