Skip to content

Commit 1ec8a75

Browse files
author
Kurt Yoder
committed
Release 0.3.1
1 parent 2e41521 commit 1ec8a75

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
Change Log
22

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+
310
## 0.3.0
411
* Run all parser tests for gzip file - PR #40
512
* Revamp parser to prepare to support different vertex formats - PR #38
6-
* Make dir available as instance attribute + tests - PR # 33
13+
* Make dir available as instance attribute + tests - PR #33
714
* Use setuptools - PR #31
815

916
## 0.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '0.3.0'
3+
VERSION = '0.3.1'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)