Skip to content

Commit 3bb4ded

Browse files
author
Kurt Yoder
committed
Prepare for 0.4.2 release
1 parent ea28844 commit 3bb4ded

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log
22

3+
## 0.4.2
4+
* Add Python 3.7 support - PR #72
5+
* Add missing material properties - PR #70
6+
* Tweak README - PR #68
7+
38
## 0.4.1
49
* Add Python 3 - PR #65
510

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.4.1'
3+
VERSION = '0.4.2'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)