Skip to content

Commit 90c7783

Browse files
authored
Merge pull request #13 from xylar/update_to_v1.1.2
Updates for v1.1.2 release
2 parents c55fc46 + 4a59027 commit 90c7783

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
History
33
=======
44

5+
1.1.2 (2019-03-17)
6+
------------------
7+
* Brings this repo in sync with Paulo Herrera's old BitBucket and new GitHub
8+
* Adds some new examples and fixes some compatibility issues with != None
9+
* Vector image support for imagetoVTK
10+
* Adds more tests to CI
11+
* Adds "evtk" package (identical to "pyevtk") for backward compatibility with
12+
depricated warning
13+
514
1.1.1 (2019-02-01)
615
------------------
716

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def readme(fname):
3636

3737
setup(
3838
name='pyevtk',
39-
version='1.1.1',
39+
version='1.1.2',
4040
description='Export data as binary VTK files',
4141
long_description=readme('README.md'),
4242
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)