8000 Bump to 3.6.8 · reyha/twilio-python@908f23b · GitHub
[go: up one dir, main page]

Skip to content

Commit 908f23b

Browse files
committed
Bump to 3.6.8
1 parent 5b06997 commit 908f23b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

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

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

6+
Version 3.6.8
7+
-------------
8+
9+
Released October 9, 2014
10+
11+
- Remove unneeded unittest2py3k dependency.
12+
- Restore backwards-compatible exception import paths.
13+
14+
Version 3.6.7
15+
-------------
16+
17+
Released August 6, 2014
18+
19+
- Fix Python 2.5 compatibility.
20+
- Add CallFeedback resources.
21+
- Typo fixes and formatting cleanup.
22+
- Refactor exception hierarchy and imports.
23+
- Documentation improvements.
24+
625
Version 3.6.6
726
--------------
827

twilio/version.py

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

0 commit comments

Comments
 (0)
0