All Versions
34
Latest Version
Avg Release Cycle
71 days
Latest Release
1210 days ago

Changelog History
Page 3

  • v0.9.1

    August 05, 2018
  • v0.9.0 Changes

    July 31, 2018
    • ➕ Add --version parameter to cli ([@venthur])
    • Enable loading from current directory ([@cjauvin])
    • ➕ Add 'dotenv run' command for calling arbitrary shell script with .env ([@venthur])
  • v0.8.1 Changes

    • ✅ Add tests for docs ([@Flimm])
    • 👍 Make 'cli' support optional. Use pip install python-dotenv[cli]. ([@theskumar])
  • v0.8.0 Changes

    • set_key and unset_key only modified the affected file instead of parsing and re-writing file, this causes comments and other file entact as it is.
    • 👍 Add support for export prefix in the line.
    • Internal refractoring ([@theskumar])
    • Allow load_dotenv and dotenv_values to work with StringIO()) ([@alanjds])([@theskumar])([#78])
  • v0.7.1 Changes

    • 🚚 Remove hard dependency on iPython ([@theskumar])
  • v0.7.0 Changes

    • 👍 Add support to override system environment variable via .env. (@milonimrod) (#63)
    • ⚠ Disable ".env not found" warning by default (@maxkoryukov) (#57)
  • v0.6.5 Changes

    • 👍 Add support for special characters \. (@pjona) (#60)
  • v0.6.4 Changes

    • Fix issue with single quotes ([@Flimm]) (#52)
  • v0.6.3 Changes

    • 👻 Handle unicode exception in setup.py (#46)
  • v0.6.2 Changes