Skip to content

Commit 3133805

Browse files
author
Kevin Burke
committed
Bump version to 3.4.5
1 parent 2f2a39f commit 3133805

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ twilio-python Changelog
33

44
Here 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+
614
Version 3.4.4
715
-------------
816

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '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.

twilio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = ('3', '4', '4')
1+
__version_info__ = ('3', '4', '5')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)