8000 Bump to version 3.3.6 · stomatocode/twilio-python@6c4fc66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c4fc66

Browse files
committed
Bump to version 3.3.6
1 parent 30160f9 commit 6c4fc66

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ twilio-python Changelog
33

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

6-
DEVELOPMENT
6+
Version 3.3.6
77
-----------
88

99
- Remove doc/tmp directory which was preventing installation on certain Windows machines
10+
- Add Travis CI integration
11+
- Update httplib2 dependency
1012

1113
Version 3.3.5
1214
-------------

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.3'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.3.5'
60+
release = '3.3.6'
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', '3', '5')
1+
__version_info__ = ('3', '3', '6')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0