8000 Version bump · Stackdriver/twilio-python@263e649 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 263e649

Browse files
committed
Version bump
1 parent 1a64fca commit 263e649

File tree

2 files cha 8000 nged

+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
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.3'
58+
version = '3.4'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.3.11'
60+
release = '3.4.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = ('3', '3', '11')
1+
__version_info__ = ('3', '4', '0')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0