We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2841c6 commit 82f3b11Copy full SHA for 82f3b11
CHANGELOG.md
@@ -1,5 +1,9 @@
1
Change Log
2
3
+## 0.1.7
4
+* Handle any unimplemented flag and carry on with a warning - PR #21
5
+* Add support to object-less obj file - PR #23
6
+
7
## 0.1.6
8
* Import .obj without material file - PR #16
9
README.md
@@ -61,10 +61,12 @@ All tests can be found in the `test` directory. To run the tests:
61
Contributors
62
-------
63
64
+* Daniel Coelho
65
* dav92lee
66
* Jerek Shoemaker
67
* Kurt Yoder
68
* Marxlp
69
+* Sérgio Agostinho
70
* Zohar Jackson
71
72
License
setup.py
@@ -1,6 +1,6 @@
from distutils.core import setup
-VERSION = '0.1.6'
+VERSION = '0.1.7'
setup(
name='PyWavefront',
0 commit comments