All Versions
34
Latest Version
Avg Release Cycle
71 days
Latest Release
1210 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.9.1
August 05, 2018 -
v0.9.0 Changes
July 31, 2018- ➕ Add
--versionparameter to cli ([@venthur]) - Enable loading from current directory ([@cjauvin])
- ➕ Add 'dotenv run' command for calling arbitrary shell script with .env ([@venthur])
- ➕ Add
-
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_keyandunset_keyonly modified the affected file instead of parsing and re-writing file, this causes comments and other file entact as it is. - 👍 Add support for
exportprefix in the line. - Internal refractoring ([@theskumar])
- Allow
load_dotenvanddotenv_valuesto work withStringIO())([@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.4 Changes
- Fix issue with single quotes ([@Flimm]) (#52)
-
v0.6.3 Changes
- 👻 Handle unicode exception in setup.py (#46)
-
v0.6.2 Changes
- Fix dotenv list command (@ticosax)
- 👍 Add iPython Support (@tillahoffmann)