Skip to content

Releases: jpadilla/django-dotenv

v1.4.2

11 Dec 16:49
1.4.2
4a3ea82
Compare
Choose a tag to compare
  • Adding an "overwrite" flag to read_dotenv, False by default. #26 by @alexdlaird

v1.4.1

21 Jan 22:31
Compare
Choose a tag to compare
  • 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

gif

v1.3.0

06 Dec 14:24
Compare
Choose a tag to compare

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