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 a1878e8 commit d2a0504Copy full SHA for d2a0504
docs/conf.py
@@ -57,9 +57,9 @@
57
# built documents.
58
#
59
# The short X.Y version.
60
-version = '3.5'
+version = '3.6'
61
# The full version, including alpha/beta/rc tags.
62
-release = '3.5.4'
+release = '3.6.0'
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', '5', '4')
+__version_info__ = ('3', '6', '0')
2
__version__ = '.'.join(__version_info__)
3
4
0 commit comments