Skip to content

Commit 82f3b11

Browse files
author
Kurt Yoder
committed
Release 0.1.7
1 parent b2841c6 commit 82f3b11

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Change Log
22

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+
37
## 0.1.6
48
* Import .obj without material file - PR #16
59

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ All tests can be found in the `test` directory. To run the tests:
6161
Contributors
6262
-------
6363

64+
* Daniel Coelho
6465
* dav92lee
6566
* Jerek Shoemaker
6667
* Kurt Yoder
6768
* Marxlp
69+
* Sérgio Agostinho
6870
* Zohar Jackson
6971

7072
License

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup
22

3-
VERSION = '0.1.6'
3+
VERSION = '0.1.7'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)