8000 Bump version to 3.3.5 · sologoub/twilio-python@bacffdf · GitHub
[go: up one dir, main page]

Skip to content

Commit bacffdf

Browse files
committed
Bump version to 3.3.5
1 parent e9f4c96 commit bacffdf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES

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

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

6+
Version 3.3.5
7+
-------------
8+
9+
Released on January 18, 2011
10+
11+
- Fix a bug with the depreacted `TwilioRestClient.request` method
12+
- Fix a bug in filtering SMS messages by DateSent
13+
614
Version 3.3.4
715
-------------
816

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.4'
60+
release = '3.3.5'
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', '4')
1+
__version_info__ = ('3', '3', '5')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0