8000 Bump version to 4.9.2 · remik/twilio-python@b0c7df5 · GitHub
[go: up one dir, main page]

Skip to content
< 10000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-eed3aa0554dd.js" defer="defer">

Commit b0c7df5

Browse files
committed
Bump version to 4.9.2
- Fix for SIP Trunking bug
1 parent d7fd631 commit b0c7df5

File tree

Expand file tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

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

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

6+
Version 4.9.2
7+
-------------
8+
9+
Released November 25, 2015:
10+
11+
- Fix for SIP Trunking bug
12+
613
Version 4.9.1
714
-------------
815

twilio/version.py

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

0 commit comments

Comments
 (0)
0