python-dotenv v0.15.0 Release Notes

Release Date: 2020-10-28 // over 3 years ago
  • โž• Added

    • โž• Add --export option to set to make it prepend the binding with export (#270 by [@jadutter]).

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make set command create the .env file in the current directory if no .env file was found (#270 by [@jadutter]).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix potentially empty expanded value for duplicate key (#260 by [@bbc2]).
    • ๐Ÿ›  Fix import error on Python 3.5.0 and 3.5.1 (#267 by [@gongqingkui]).
    • ๐Ÿ›  Fix parsing of unquoted values containing several adjacent space or tab characters (#277 by [@bbc2], review by [@x-yuri]).