diff options
author | Kevin Burke <kevin@twilio.com> | 2013-09-18 09:10:14 -0700 |
---|---|---|
committer | Kevin Burke <kevin@twilio.com> | 2013-09-18 09:10:14 -0700 |
commit | d60ae45fc1b1f5072f793cd1cc51c886e007af08 (patch) | |
tree | 2587c21d5162fd6415d15896263c662842633a51 /docs/conf.py | |
parent | 829bb906d670dfffed1c1e1c9d3483b749eb6359 (diff) | |
download | twilio-php-d60ae45fc1b1f5072f793cd1cc51c886e007af08.zip twilio-php-d60ae45fc1b1f5072f793cd1cc51c886e007af08.tar.gz twilio-php-d60ae45fc1b1f5072f793cd1cc51c886e007af08.tar.bz2 |
3.12.03.12.0
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index a2b8a79..aff11c2 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 = '3.10' +version = '3.12' # The full version, including alpha/beta/rc tags. -release = '3.10.0' +release = '3.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |