Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
History
=======

1.1.2 (2019-03-17)
------------------
* Brings this repo in sync with Paulo Herrera's old BitBucket and new GitHub
* Adds some new examples and fixes some compatibility issues with != None
* Vector image support for imagetoVTK
* Adds more tests to CI
* Adds "evtk" package (identical to "pyevtk") for backward compatibility with
depricated warning

1.1.1 (2019-02-01)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def readme(fname):

setup(
name='pyevtk',
version='1.1.1',
version='1.1.2',
description='Export data as binary VTK files',
long_description=readme('README.md'),
long_description_content_type='text/markdown',
Expand Down