Skip to content

Commit 1984624

Browse files
committed
Release 0.1.4
1 parent 3bc0450 commit 1984624

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.4
4+
* Include MANIFEST file - PR #12
5+
36
## 0.1.3
47
* Replace pyglet resource with native open() - PR #7
58
* Remove UTF-8 encoding/decoding - PR #9

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

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)