All Versions
34
Latest Version
Avg Release Cycle
71 days
Latest Release
1269 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.6.0 Changes
- 👍 Drop support for Python 2.6
- Handle escaped characters and newlines in quoted values. (Thanks @iameugenejo)
- 🚚 Remove any spaces around unquoted key/value. (Thanks @paulochf)
- Added POSIX variable expansion. (Thanks @hugochinchilla)
-
v0.5.1 Changes
- Fix find_dotenv - it now start search from the file where this function is called from.
-
v0.5.0 Changes
- Add
find_dotenvmethod that will try to find a.envfile. (Thanks @isms)
- Add
-
v0.4.0 Changes
- cli: Added
-q/--quoteoption to control the behaviour of quotes around values in.env. (Thanks @hugochinchilla). - ✅ Improved test coverage.
🚀 [Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.21.0...HEAD
- cli: Added