Skip to content

Commit 82a4f20

Browse files
author
Kurt Yoder
committed
Release 0.1.5
1 parent fec134d commit 82a4f20

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.5
4+
* Support transparency - PR #15
5+
36
## 0.1.4
47
* Include MANIFEST file - PR #12
58

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ All tests can be found in the `test` directory. To run the tests:
6161
Contributors
6262
-------
6363

64+
* dav92lee
6465
* Jerek Shoemaker
6566
* Kurt Yoder
6667
* Zohar Jackson

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup
22

3-
VERSION = '0.1.4'
3+
VERSION = '0.1.5'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)