python-dotenv v0.10.5 Release Notes

Release Date: 2020-01-19 // about 4 years ago
  • 🛠 Fixed

    • 🛠 Fix handling of malformed lines and lines without a value (#222 by [@bbc2]):
      • Don't print warning when key has no value.
      • Reject more malformed lines (e.g. "A: B", "a='b',c").
    • 🛠 Fix handling of lines with just a comment (#224 by [@bbc2]).