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 f277e05 commit b7ed126Copy full SHA for b7ed126
docs/conf.py
@@ -57,7 +57,7 @@
57
# The short X.Y version.
58
version = '3.5'
59
# The full version, including alpha/beta/rc tags.
60
-release = '3.5.2'
+release = '3.5.3'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
twilio/__init__.py
@@ -1,4 +1,4 @@
1
-__version_info__ = ('3', '5', '2')
+__version_info__ = ('3', '5', '3')
2
__version__ = '.'.join(__version_info__)
3
4
0 commit comments