Skip to content

Releases: theskumar/python-dotenv

v1.2.1

26 Oct 15:11
eaf2a91

Choose a tag to compare

What's Changed

  • Support reading .env from FIFOs (Unix) by @sidharth-sudhir in #586
  • Update CI to use trusted publishing on PyPI

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Oct 13:36
5bf8822

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

24 Jun 04:20
16e660d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Mar 10:56
6a02ef5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

23 Jan 06:32
d6c0b96

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

24 Feb 06:46
d0684d1

Choose a tag to compare

What's Changed

  • Handle situations where the cwd does not exist. by @jctanner in #446
  • Add python-decouple as a related project by @kcarnold in #451
  • Drop support for python 3.7, add python 3.12-dev by @theskumar in #449

New Contributors

Full Changelog: v0.21.1...v1.0.0

Version 0.21.1

21 Jan 10:22
5317a56

Choose a tag to compare

Added

Fixed

  • Fix Out-of-scope error when "dest" variable is undefined (#413 by @theGOTOguy)
  • Fix IPython test warning about deprecated magic (#440 by @bbc2)
  • Fix type hint for dotenv_path var, add StrPath alias (#432 by @eaf)

New Contributors

Full Changelog: v0.21.0...v0.21.1

Version 0.21.0

03 Sep 15:15

Choose a tag to compare

What's Changed

Added

  • CLI: add support for invocations via 'python -m'. (#395 by @theskumar)
  • load_dotenv function now returns False. (#388 by @larsks)
  • CLI: add --format= option to list command. (#407 by @sammck)

Fixed

New Contributors

Full Changelog: v0.20.0...v0.21.0

Version 0.19.2

11 Nov 12:35

Choose a tag to compare

What's Changed

Fixed

  • Add missing trailing newline before adding new entry with set_key by @bbc2 in #361

Full Changelog: v0.19.1...v0.19.2

Version 0.19.1

09 Oct 08:19
fc138ce

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.19.1