Skip to content

v0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 05:13
· 72 commits to master since this release
v0.10.1
6cda5a0
  • test/mixins: remove mk_named_tempfile. Use tmp_path / [filename] instead (@arthurzam)
  • fileutils: remove deprecated write_file. Use Path().write_text instead (@arthurzam)
  • fileutils: remove deprecated UnbufferedWriteHandle. Use io.TextIOWrapper with write_through=True instead (@arthurzam)
  • descriptors: remove unused classproperty (@arthurzam)