File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
3
+ ## 0.3.2
4
+ * Fix README - PR #55
5
+ * Allow users to override material parser - PR #54
6
+ * Allow parser to create missing materials - PR #52
7
+ * Fix pypi markdown, tweak README - PR #51
8
+
3
9
## 0.3.1
4
- * Revamp README PR #48
5
- * Fix various bugs PR #47
6
- * Cap shininess in visualization PR #46
7
- * Support different vertex formats + example PR #43
8
- * Detect vertex format, vertex color, and tests PR #42
10
+ * Revamp README - PR #48
11
+ * Fix various bugs - PR #47
12
+ * Cap shininess in visualization - PR #46
13
+ * Support different vertex formats + example - PR #43
14
+ * Detect vertex format, vertex color, and tests - PR #42
9
15
10
16
## 0.3.0
11
17
* Run all parser tests for gzip file - PR #40
12
- * Revamp parser to prepare to support different vertex formats - PR #38
18
+ * Revamp parser to prepare to support different vertex formats - PR #38
13
19
* Make dir available as instance attribute + tests - PR #33
14
20
* Use setuptools - PR #31
15
21
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
3
- VERSION = '0.3.1 '
3
+ VERSION = '0.3.2 '
4
4
5
5
setup (
6
6
name = 'PyWavefront' ,
You can’t perform that action at this time.
0 commit comments