Skip to content

Releases: theskumar/python-dotenv

Version 0.17.1

29 Apr 19:04
Compare
Choose a tag to compare

Fixed

  • Fixed tests for build environments relying on PYTHONPATH (#318 by @befeleme).

Version 0.17.0

02 Apr 21:17
Compare
Choose a tag to compare

Changed

  • Make dotenv get <key> only show the value, not key=value (#313 by @bbc2).

Added

  • Add --override/--no-override option to dotenv run (#312 by @zueve and @bbc2).

Version 0.16.0

27 Mar 09:06
Compare
Choose a tag to compare

Changed

  • The default value of the encoding parameter for load_dotenv and dotenv_values is now "utf-8" instead of None (#306 by @bbc2).
  • Fix resolution order in variable expansion with override=False (#287 by @bbc2).