File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ twilio-python Changelog
33
44Here you can see the full list of changes between each twilio-python release.
55
6+ Version 3.4.5
7+ -------------
8+
9+ Released on April 1, 2013
10+
11+ Allow the Account object to access usage records and usage trigger data, in
12+ addition to the client. Reporter: Trenton McManus
13+
614Version 3.4.4
715-------------
816
Original file line number Diff line number Diff line change 5757# The short X.Y version.
5858version = '3.4'
5959# The full version, including alpha/beta/rc tags.
60- release = '3.4.4 '
60+ release = '3.4.5 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version_info__ = ('3' , '4' , '4 ' )
1+ __version_info__ = ('3' , '4' , '5 ' )
22__version__ = '.' .join (__version_info__ )
33
44
You can’t perform that action at this time.
0 commit comments