Skip to content

Commit

Permalink
new release 0.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Sep 30, 2022
1 parent e855d3e commit 6cda5a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Release Notes
=============

snakeoil 0.10.1 (2022-09-30)
----------------------------

- test/mixins: remove ``mk_named_tempfile``. Use ``tmp_path / [filename]``
instead (Arthur Zamarin)

- fileutils: remove deprecated ``write_file``. Use ``Path().write_text``
instead (Arthur Zamarin)

- fileutils: remove deprecated ``UnbufferedWriteHandle``. Use
``io.TextIOWrapper`` with ``write_through=True`` instead (Arthur Zamarin)

- descriptors: remove unused ``classproperty`` (Arthur Zamarin)

snakeoil 0.10.0 (2022-09-18)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/snakeoil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"""

__title__ = 'snakeoil'
__version__ = '0.10.0'
__version__ = '0.10.1'

0 comments on commit 6cda5a0

Please sign in to comment.