Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 704 Bytes

CHANGELOG.rst

File metadata and controls

31 lines (21 loc) · 704 Bytes

Changelog

1.3.1 (2021-08-15)

  • Address DeprecationWarning re: collections.abc on Python 3.9 (#45). Thanks @tirkarthi for the PR.

1.3.0 (2018-12-11)

  • Add context manager API (#4).
  • Drop support for Python 3.4.
  • Test against Python 3.7.

1.2.0 (2018-01-12)

  • Don't error if $HOME is not set (#2).

1.1.0 (2017-11-04)

  • Add dict-like shorthand syntax.

1.0.0 (2017-11-03)

  • Initial release.