1
0
Fork 0

Always read file object in as bytes; fixes bug in which non-local file storage caused get_email_object to fail.

This commit is contained in:
Adam Coddington 2015-04-13 20:13:24 -07:00
parent 4037aac5e4
commit 830343bf78
2 changed files with 4 additions and 3 deletions

View file

@ -1 +1 @@
__version__ = '4.3.2'
__version__ = '4.3.3'