File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
- DEVELOPMENT
6
+ Version 3.3.6
7
7
-----------
8
8
9
9
- Remove doc/tmp directory which was preventing installation on certain Windows machines
10
+ - Add Travis CI integration
11
+ - Update httplib2 dependency
10
12
11
13
Version 3.3.5
12
14
-------------
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '3.3'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '3.3.5 '
60
+ release = '3.3.6 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '3' , '5 ' )
1
+ __version_info__ = ('3' , '3' , '6 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments