8000 Release 3.6.2 · AlbertoALopez/twilio-python@72f2026 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72f2026

Browse files
committed
Release 3.6.2
1 parent 3f6b1b4 commit 72f2026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '3.6'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '3.6.1'
62+
release = '3.6.2'
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', '6', '1')
1+
__version_info__ = ('3', '6', '2')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0