We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e41521 commit 1ec8a75Copy full SHA for 1ec8a75
CHANGELOG.md
@@ -1,9 +1,16 @@
1
Change Log
2
3
+## 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
9
+
10
## 0.3.0
11
* Run all parser tests for gzip file - PR #40
12
* Revamp parser to prepare to support different vertex formats - PR #38
-* Make dir available as instance attribute + tests - PR # 33
13
+* Make dir available as instance attribute + tests - PR #33
14
* Use setuptools - PR #31
15
16
## 0.2.0
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-VERSION = '0.3.0'
+VERSION = '0.3.1'
setup(
name='PyWavefront',
0 commit comments