Skip to content

Commit d05ba43

Browse files
author
Kurt Yoder
committed
Release 0.2.0
1 parent 53b7013 commit d05ba43

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 0.2.0
4+
* Make Pyglet an optional dependency - PR #30
5+
* Close file descriptor when no longer needed - PR #29
6+
* Specify the full path for the test files. Remove Pyglet dependency on unit tests - PR #28
7+
* Use the correct accented "e" character- PR #27
8+
* Add basic circleci configuration
9+
310
## 0.1.7
411
* Handle any unimplemented flag and carry on with a warning - PR #21
512
* Add support to object-less obj file - PR #23
@@ -14,7 +21,7 @@ Change Log
1421
* Include MANIFEST file - PR #12
1522

1623
## 0.1.3
17-
* Replace pyglet resource with native open() - PR #7
24+
* Replace Pyglet resource with native open() - PR #7
1825
* Remove UTF-8 encoding/decoding - PR #9
1926
* Fix issues with parsing resource files - PR #9
2027

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Contributors
8181
* Jerek Shoemaker
8282
* Kurt Yoder
8383
* Marxlp
84+
* Patrik Huber
8485
* Sérgio Agostinho
8586
* Zohar Jackson
8687

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.7'
3+
VERSION = '0.2.0'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)