8000 Bump to version 3.3.11 · thinkingserious/twilio-python@84fc539 · GitHub
[go: up one dir, main page]

Skip to content

Commit 84fc539

Browse files
committed
Bump to version 3.3.11
1 parent 47dafe1 commit 84fc539

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
Version 3.3.11
7+
-------------
8+
9+
- Fix a bug where participants could not be kicked from a Conference
10+
11+
612
Version 3.3.10
713
-------------
814

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.3'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.3.10'
60+
release = '3.3.11'
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', '10')
1+
__version_info__ = ('3', '3', '11')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0