Skip to content

Commit

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

Release 0.7.3
=============
New features and bug fixes
--------------------------
- Adding missing ``future`` package as a wheel dependency


Release 0.7.2
=============

Expand Down
2 changes: 1 addition & 1 deletion petastorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
from petastorm.transform import TransformSpec # noqa: F401

__version__ = '0.7.2'
__version__ = '0.7.3rc0'

0 comments on commit e125578

Please sign in to comment.