10000 Bump version to 3.5.0 · jkzilla/twilio-python@7868a50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7868a50

Browse files
author
Kevin Burke
committed
Bump version to 3.5.0
1 parent 4a52f69 commit 7868a50

File tree

8000

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.4'
58+
version = '3.5'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.4.5'
60+
release = '3.5.0'
6161

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

twilio/__init__.py

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

44

@@ -16,3 +16,4 @@ def __init__(self, status, uri, msg="", code=None):
1616

1717
def __str__(self):
1818
return "HTTP ERROR %s: %s \n %s" % (self.status, self.msg, self.uri)
19+

0 commit comments

Comments
 (0)
0