All Versions
4
Latest Version
Avg Release Cycle
367 days
Latest Release
2364 days ago

Changelog History

  • v1.4.2 Changes

    December 11, 2017
    • โž• Adding an "overwrite" flag to read_dotenv, False by default. #26 by @alexdlaird
  • v1.4.1 Changes

    January 21, 2016
    • ๐Ÿ– 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.4.0

    January 21, 2016
  • v1.3.0 Changes

    December 06, 2014

    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