Skip to content

Commit 4e47c15

Browse files
author
Kurt Yoder
committed
Release 0.1.6
1 parent c5cee6e commit 4e47c15

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.6
4+
* Import .obj without material file - PR #16
5+
36
## 0.1.5
47
* Support transparency - PR #15
58

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Contributors
6464
* dav92lee
6565
* Jerek Shoemaker
6666
* Kurt Yoder
67+
* Marxlp
6768
* Zohar Jackson
6869

6970
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.5'
3+
VERSION = '0.1.6'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)