8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our 8000 documentation.
There was an error while loading. Please reload this page.
1 parent 3f6b1b4 commit 72f2026Copy full SHA for 72f2026
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.1'
+release = '3.6.2'
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', '1')
+__version_info__ = ('3', '6', '2')
2
__version__ = '.'.join(__version_info__)
3
4
0 commit comments