diff --git a/CHANGES.txt b/CHANGES.txt index cc22ccc..ee879f2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) ------------------ diff --git a/setup.py b/setup.py index 1ab4a48..4257e0f 100644 --- a/setup.py +++ b/setup.py @@ -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',