8000 3.5.3 · anirband/twilio-python@b7ed126 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7ed126

Browse files
author
Kevin Burke
committed
3.5.3
1 parent f277e05 commit b7ed126

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
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '3.5'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.5.2'
60+
release = '3.5.3'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# 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', '2')
1+
__version_info__ = ('3', '5', '3')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0