python-dotenv v0.12.0 Release Notes

Release Date: 2020-02-28 // about 4 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use current working directory to find .env when bundled by PyInstaller (#213 by [@gergelyk]).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix escaping of quoted values written by set_key (#236 by [@bbc2]).
    • ๐Ÿ›  Fix dotenv run crashing on environment variables without values (#237 by [@yannham]).
    • โœ‚ Remove warning when last line is empty (#238 by [@bbc2]).