Skip to content

Commit 0b0775a

Browse files
author
Yevgeni Litvin
committed
0.12.2rc0
1 parent d337fee commit 0b0775a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/release-notes.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
Release notes
55
=============
66

7-
Release 0.12.2 (unreleased)
7+
8+
Release 0.12.3 (unreleased)
9+
===========================
10+
11+
12+
Release 0.12.2
813
===========================
914
- `PR 787 <https://github.com/uber/petastorm/pull/787>`_: ``make_spark_converter`` supports creating converter from a saved Spark DataFrame path.
1015

petastorm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
1717
from petastorm.transform import TransformSpec # noqa: F401
1818

19-
__version__ = '0.12.1'
19+
__version__ = '0.12.2rc0'

0 commit comments

Comments
 (0)