Skip to content

Commit

Permalink
bump to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dougblack committed May 6, 2015
1 parent f50c6db commit 7d0e7bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion Services/Twilio.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Services_Twilio_autoload($className)
*/
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;
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d0e7bc

Please sign in to comment.