Releases: jpadilla/django-dotenv
Releases · jpadilla/django-dotenv
v1.4.2
v1.4.1
- Handle double quotes in values correctly. #18 by @maroux
- Add dotenv directory parsing and related tests. #16 by @kevgathuku
- Add More Clarifying Readme. #15 by @edwinlunando
- Move license from BSD to MIT.
- Removed support for Python 2.6 and 3.2.
- Added support for Python 3.5
v1.3.0
Thanks to @jamieconnolly for all this awesome work. Ref #7.
Changelog
- Use a regex for line matching
- Substitute environment variables in a value
- Correct behaviour between no quote/single quote/double quote values
- Handle correct escaping of values
- Add in lots of tests
Upgrading
$ pip install --upgrade django-dotenv