8000 shameful 3.6.1 cut because we broke 2.5/3.2 compat · Twilio-api/twilio-python@9db66ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 9db66ed

Browse files
committed
shameful 3.6.1 cut because we broke 2.5/3.2 compat
1 parent e8a04b4 commit 9db66ed

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.0'
62+
release = '3.6.1'
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', '0')
1+
__version_info__ = ('3', '6', '1')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0