8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df64caf commit 788ca53Copy full SHA for 788ca53
CHANGES.md
@@ -3,7 +3,7 @@ twilio-python Changelog
3
4
Here you can see the full list of changes between each twilio-python release.
5
6
-Version 3.6.4
+Version 3.6.3
7
-------------
8
9
Released October 21, 2013
docs/conf.py
@@ -59,7 +59,7 @@
59
# The short X.Y version.
60
version = '3.6'
61
# The full version, including alpha/beta/rc tags.
62
-release = '3.6.2'
+release = '3.6.3'
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
twilio/__init__.py
@@ -1,4 +1,4 @@
1
-__version_info__ = ('3', '6', '2')
+__version_info__ = ('3', '6', '3')
2
__version__ = '.'.join(__version_info__)
0 commit comments