8000 Version bump · Stackdriver/twilio-python@80b4be3 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 80b4be3

Browse files
committed
Version bump
1 parent 164d8fc commit 80b4be3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

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

44
Here you can see the full list of changes between each twilio-python release.
55

6+
Version 3.4.1
7+
-------------
8+
9+
- Added support for Usage Records and Usage Triggers.
10+
11+
612
Version 3.3.11
713
-------------
814

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.4'
58+
version = '3.4.1'
5959
# The full version, including alpha/beta/rc tags.
6060
release = '3.4.0'
6161

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', '0')
1+
__version_info__ = ('3', '4', '1')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0