Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 648 Bytes

CHANGELOG.rst

File metadata and controls

30 lines (24 loc) · 648 Bytes

1.2.0

  • Revisited the supported Python versions up to 3.10 (#13)
  • Supported prefix and suffix in TmpDirIfNecessary (#12)

1.1.0

  • Wrapped tempfile.gettempdir (#7)

1.0.4

  • Added support for Python 3.6, 3.7 and 3.8
  • Made path a getter so that the return type is non-None

1.0.3

  • Added py.typed to the distribution so that the library can be used with mypy

1.0.2

  • Moved from bitbucket to github
  • Moved the temppathlib.py to temppathlib/__init__.py to facilitate usage with site packages and mypy

1.0.1

  • Fixed NamedTemporaryFile to accept None as dir argument.

1.0.0

  • Initial version