File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11Change Log
22
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+
39## 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
915
1016## 0.3.0
1117* 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
1319* Make dir available as instance attribute + tests - PR #33
1420* Use setuptools - PR #31
1521
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- VERSION = '0.3.1 '
3+ VERSION = '0.3.2 '
44
55setup (
66 name = 'PyWavefront' ,
You can’t perform that action at this time.
0 commit comments