File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11Change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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!
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- VERSION = '1.0.2 '
3+ VERSION = '1.0.3 '
44
55setup (
66 name = 'PyWavefront' ,
You can’t perform that action at this time.
0 commit comments