Skip to content

Commit 1c8012f

Browse files
author
Kurt Yoder
committed
Prepare for release 1.0.2
1 parent e7254f2 commit 1c8012f

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+
## 1.0.2
4+
* Fix two parsing IndexErrors - PR #84
5+
36
## 1.0.1
47
* Release only for Python3, not universal - Fixes #79
58

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ to request an invitation. Ensure you leave the subject line intact!
179179
* Jerek Shoemaker
180180
* Kurt Yoder
181181
* Marxlp
182+
* Mathieu Lamarre
182183
* Patrik Huber
183184
* Sérgio Agostinho
184185
* Zohar Jackson

setup.py

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

3-
VERSION = '1.0.1'
3+
VERSION = '1.0.2'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)