diff options
author | Doug Black <dblack@twilio.com> | 2016-09-01 11:42:52 -0700 |
---|---|---|
committer | Doug Black <dblack@twilio.com> | 2016-09-01 11:42:52 -0700 |
commit | 6e4b45fc3f8b56c088dfecf4bced76c712cb6182 (patch) | |
tree | 6628111ddf2e9c000e901299a164a6fca028866a | |
parent | a7a7627371e6d78511b751ce083a6bb80cd7d2f8 (diff) | |
download | twilio-php-origin/legacy.zip twilio-php-origin/legacy.tar.gz twilio-php-origin/legacy.tar.bz2 |
Bump to 4.12.04.12.0origin/legacy
-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 078f28b..6254d95 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.11.0'; + const USER_AGENT = 'twilio-php/4.12.0'; protected $http; protected $last_response; diff --git a/docs/conf.py b/docs/conf.py index 901994e..d6200e8 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.11' +version = '4.12' # The full version, including alpha/beta/rc tags. -release = '4.11.0' +release = '4.12.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 01b7d54..a229b3c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ Status ======= -This documentation is for version 4.11.0 of `twilio-php +This documentation is for version 4.12.0 of `twilio-php <https://www.github.com/twilio/twilio-php>`_. Quickstart |