Skip to content

Commit 9dd0ad7

Browse files
author
Kurt Yoder
committed
Release 0.3.2
1 parent 41ae452 commit 9dd0ad7

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
Change 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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

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

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)