Skip to content

Commit a7a38d2

Browse files
committed
Merge branch 'release/2.14.2'
2 parents 26fc2bb + 92240fa commit a7a38d2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ deploy:
8080
secure: HVxDUJ6ns7G7xypuibu01ruDfO4orV5lNr1Mor003MX3HVivvKsTwWqY5K1J+J+C4mgK6ahyvanD5GahYvcWia/Y2xeH2VnytnAgo+W3AI+h72+1oaRpvQHynJ7Fz6Mc0zad0GcbQh3QuA7Pu3IOWs7buUL+MQM6d9QLTkerOvs=
8181
on:
8282
tags: true
83-
distributions: bdist_wheel sdist
83+
distributions: bdist_wheel
8484
repo: WoLpH/numpy-stl

stl/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__package_name__ = 'numpy-stl'
22
__import_name__ = 'stl'
3-
__version__ = '2.14.1'
3+
__version__ = '2.14.2'
44
__author__ = 'Rick van Hattem'
55
__author_email__ = '[email protected]'
66
__description__ = ' '.join('''

stl/stl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def _load_ascii(cls, fh, header, speedups=True):
233233
else:
234234
iterator = cls._ascii_reader(fh, header)
235235
name = next(iterator)
236-
print('got name', name)
237236
return name, numpy.fromiter(iterator, dtype=cls.dtype)
238237

239238
def save(self, filename, fh=None, mode=AUTOMATIC, update_normals=True):

0 commit comments

Comments
 (0)