All Versions
4
Latest Version
Avg Release Cycle
367 days
Latest Release
2322 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