We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a04b4 commit 9db66edCopy full SHA for 9db66ed
2 files changed
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.0'
+release = '3.6.1'
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', '0')
+__version_info__ = ('3', '6', '1')
2
__version__ = '.'.join(__version_info__)
3
4
0 commit comments