We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fdda5e commit d517ba0Copy full SHA for d517ba0
CHANGELOG.md
@@ -1,5 +1,14 @@
1
Change Log
2
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
12
## 0.3.2
13
* Fix README - PR #55
14
* Allow users to override material parser - PR #54
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-VERSION = '0.3.2'
+VERSION = '0.4.1'
setup(
name='PyWavefront',
0 commit comments