python-dotenv v0.21.0 Release Notes
Release Date: 2022-09-03 // about 2 years ago-
โ Added
- ๐ CLI: add support for invocations via 'python -m'. (#395 by @theskumar)
load_dotenv
function now returnsFalse
. (#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 ofio.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 toget_key
,set_key
andunset_key
. (#379 by [@bbc2])
๐ Fixed
- ๐ Use dict to specify the
entry_points
parameter ofsetuptools.setup
(#376 by [@mgorny]). - ๐ Don't build universal wheels (#387 by [@bbc2]).
- Add