Skip to content

Commit

Permalink
0.12.2rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Feb 3, 2023
1 parent d337fee commit 0b0775a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
Release notes
=============

Release 0.12.2 (unreleased)

Release 0.12.3 (unreleased)
===========================


Release 0.12.2
===========================
- `PR 787 <https://github.com/uber/petastorm/pull/787>`_: ``make_spark_converter`` supports creating converter from a saved Spark DataFrame path.

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.12.1'
__version__ = '0.12.2rc0'

0 comments on commit 0b0775a

Please sign in to comment.