8000 3.6.0 · thomas0708/twilio-python@d2a0504 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2a0504

Browse files
committed
3.6.0
1 parent a1878e8 commit d2a0504

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '3.5'
60+
version = '3.6'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '3.5.4'
62+
release = '3.6.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

twilio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = ('3', '5', '4')
1+
__version_info__ = ('3', '6', '0')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0