Skip to content

Commit

Permalink
0.11.4rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Feb 15, 2022
1 parent 3579e68 commit 5dc65c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
Release notes
=============

Release 0.11.4 (unreleased)
Release 0.11.5 (unreleased)
===========================


Release 0.11.4
===========================
- `PR 730 <https://github.com/uber/petastorm/pull/730>`_ (resolves `PR 724 <https://github.com/uber/petastorm/issues/724>`_): Hadoop 3 support: allow more than 2 nodenames in hadoop configuration file.
- `PR 731 <https://github.com/uber/petastorm/pull/731>`_ (resolves `PR 728 <https://github.com/uber/petastorm/issues/728>`_): Support passing multiple parquet dataset urls to make_reader.
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.3rc0'
__version__ = '0.11.4rc0'

0 comments on commit 5dc65c8

Please sign in to comment.