python-dotenv v0.10.2 Release Notes

Release Date: 2019-05-12 // almost 5 years ago
    • โž• Add type hints and expose them to users ([@qnighy])([#172])
    • load_dotenv and dotenv_values now accept an encoding parameter, defaults to None ([@theskumar])([@earlbread])([#161])
    • ๐Ÿ›  Fix str/unicode inconsistency in Python 2: values are always str now. ([@bbc2])([#121])
    • ๐Ÿ›  Fix Unicode error in Python 2, introduced in 0.10.0. ([@bbc2])([#176])