8000 Bump to version 3.3.7 · Twilio-api/twilio-python@d5b8028 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5b8028

Browse files
committed
Bump to version 3.3.7
1 parent 4885376 commit d5b8028

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ pip-log.txt
2222

2323
# Sphinx
2424
docs/tmp
25+
docs/_build
26+
cover

CHANGES

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

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

6+
Version 3.3.7
7+
-----------
8+
9+
- Allow arbitrary keyword arguments on resource creation and listing
10+
611
Version 3.3.6
712
-----------
813

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

44

0 commit comments

Comments
 (0)
0