Skip to content

Commit

Permalink
0.11.3rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Sep 3, 2021
1 parent 91a88d9 commit dffaa7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@
Release notes
=============

Release 0.11.3 (unreleased)
Release 0.11.4 (unreleased)
===========================


Release 0.11.3
===========================
- `PR 717 <https://github.com/uber/petastorm/pull/717>`_ (resolves issue `#696 <https://github.com/uber/petastorm/pull/696`_): use ``fsspec``'s
``strip_protocol`` to properly parse urls in ``_default_delete_dir_handler``.

Release 0.11.2
===========================
Thanks to our new contributor - Manjur Ansari!

- `PR 696 <https://github.com/uber/petastorm/pull/696_ (resolves issue
- `PR 696 <https://github.com/uber/petastorm/pull/696`_ (resolves issue
`#692 <https://github.com/uber/petastorm/issues/692>`_ ):
Python 3.9 compatibility - use `Thread`'s `is_alive()` instead of `isAlive()`.
- `PR 694 <https://github.com/uber/petastorm/pull/694>`_ (resolves issue
Expand Down
2 changes: 1 addition & 1 deletion petastorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
from petastorm.transform import TransformSpec # noqa: F401

__version__ = '0.11.2'
__version__ = '0.11.3rc0'

0 comments on commit dffaa7a

Please sign in to comment.