Skip to content

Commit d517ba0

Browse files
author
Kurt Yoder
committed
Release 0.4.1
Forgot to push 0.4.0, so including that too.
1 parent 3fdda5e commit d517ba0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Change Log
22

3+
## 0.4.1
4+
* Add Python 3 - PR #65
5+
6+
## 0.4.0
7+
* Add binary cache - PR #63
8+
* Fix handling of negative indices - PR #62
9+
* Set up logger - PR #60
10+
* Allow textures to load from anywhere - PR #59
11+
312
## 0.3.2
413
* Fix README - PR #55
514
* Allow users to override material parser - PR #54

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.2'
3+
VERSION = '0.4.1'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)