github theskumar/python-dotenv v0.18.0
Version 0.18.0

latest releases: v1.1.1, v1.1.0, v1.0.1...
4 years ago

Changed

  • Raise ValueError if quote_mode isn't one of always, auto or never in set_key (#330 by @bbc2).
  • When writing a value to a .env file with set_key or dotenv set <key> <value> (#330 by @bbc2):
    • Use single quotes instead of double quotes.
    • Don't strip surrounding quotes.
    • In auto mode, don't add quotes if the value is only made of alphanumeric characters (as determined by string.isalnum).

Don't miss a new python-dotenv release

NewReleases is sending notifications on new releases.