Skip to content

Commit 8311d3f

Browse files
author
Kurt Yoder
committed
Prepare for release 1.0.3
1 parent aa916a3 commit 8311d3f

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-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.3
4+
* Fix vertex format exceptions - PR #86
5+
36
## 1.0.2
47
* Fix two parsing IndexErrors - PR #84
58

README.md

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

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ To release:
66
* Update `CHANGELOG.md` from merged PRs
77
* Update contributors in `README.md`
88
* Update version in `setup.py`
9+
* `git add -A && git commit -v`
10+
* Use commit message 'Prepare for release x.y.z'
911
* `git push origin master`
1012
* Create/activate virtualenv, and `pip install twine`
1113
* **MUST** be Python 3.7 or later!

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

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)