We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec134d commit 82a4f20Copy full SHA for 82a4f20
CHANGELOG.md
@@ -1,5 +1,8 @@
1
Change Log
2
3
+## 0.1.5
4
+* Support transparency - PR #15
5
+
6
## 0.1.4
7
* Include MANIFEST file - PR #12
8
README.md
@@ -61,6 +61,7 @@ All tests can be found in the `test` directory. To run the tests:
61
Contributors
62
-------
63
64
+* dav92lee
65
* Jerek Shoemaker
66
* Kurt Yoder
67
* Zohar Jackson
setup.py
@@ -1,6 +1,6 @@
from distutils.core import setup
-VERSION = '0.1.4'
+VERSION = '0.1.5'
setup(
name='PyWavefront',
0 commit comments