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 1
1
Change Log
2
2
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
+
3
10
## 0.1.7
4
11
* Handle any unimplemented flag and carry on with a warning - PR #21
5
12
* Add support to object-less obj file - PR #23
@@ -14,7 +21,7 @@ Change Log
14
21
* Include MANIFEST file - PR #12
15
22
16
23
## 0.1.3
17
- * Replace pyglet resource with native open() - PR #7
24
+ * Replace Pyglet resource with native open() - PR #7
18
25
* Remove UTF-8 encoding/decoding - PR #9
19
26
* Fix issues with parsing resource files - PR #9
20
27
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ Contributors
81
81
* Jerek Shoemaker
82
82
* Kurt Yoder
83
83
* Marxlp
84
+ * Patrik Huber
84
85
* Sérgio Agostinho
85
86
* Zohar Jackson
86
87
Original file line number Diff line number Diff line change 1
1
from distutils .core import setup
2
2
3
- VERSION = '0.1.7 '
3
+ VERSION = '0.2.0 '
4
4
5
5
setup (
6
6
name = 'PyWavefront' ,
You can’t perform that action at this time.
0 commit comments