File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11from distutils .core import setup
22
3- VERSION = '0.1.7 '
3+ VERSION = '0.2.0 '
44
55setup (
66 name = 'PyWavefront' ,
You can’t perform that action at this time.
0 commit comments