v0.1.1
- Replace call to
dict.iteritems
which is Python3 bysix.iteritems
- We put and get env. vars as strings, so parse
SMTP_USE_SSL
to bool before using - Improve
cheap_dot_env
method in test code
dict.iteritems
which is Python3 by six.iteritems
SMTP_USE_SSL
to bool before usingcheap_dot_env
method in test code