python-dotenv v0.21.0 Release Notes

Release Date: 2022-09-03 // over 1 year ago
  • โž• Added

    • ๐Ÿ‘ CLI: add support for invocations via 'python -m'. (#395 by @theskumar)
    • load_dotenv function now returns False. (#388 by @larsks)
    • CLI: add --format= option to list command. (#407 by @sammck)

    ๐Ÿ›  Fixed

    • โฌ†๏ธ Drop Python 3.5 and 3.6 and upgrade GA (#393 by @eggplants)
    • ๐Ÿ‘‰ Use open instead of io.open. (#389 by @rabinadk1)
    • ๐Ÿ‘Œ Improve documentation for variables without a value (#390 by @bbc2)
    • โž• Add parse_it to Related Projects by (#410 by @naorlivne)
    • โšก๏ธ Update README.md by (#415 by @harveer07)
    • ๐Ÿ‘Œ Improve documentation with direct use of MkDocs by (#398 by @bbc2)

Previous changes from v0.20.0

  • โž• Added

    • Add encoding (Optional[str]) parameter to get_key, set_key and unset_key. (#379 by [@bbc2])

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use dict to specify the entry_points parameter of setuptools.setup (#376 by [@mgorny]).
    • ๐Ÿ— Don't build universal wheels (#387 by [@bbc2]).