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 1
1
Change Log
2
2
3
+ ## 1.0.3
4
+ * Fix vertex format exceptions - PR #86
5
+
3
6
## 1.0.2
4
7
* Fix two parsing IndexErrors - PR #84
5
8
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!
180
180
* Kurt Yoder
181
181
* Marxlp
182
182
* Mathieu Lamarre
183
+ * Oliv4945
183
184
* Patrik Huber
184
185
* Sérgio Agostinho
185
186
* Zohar Jackson
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ To release:
6
6
* Update ` CHANGELOG.md ` from merged PRs
7
7
* Update contributors in ` README.md `
8
8
* Update version in ` setup.py `
9
+ * ` git add -A && git commit -v `
10
+ * Use commit message 'Prepare for release x.y.z'
9
11
* ` git push origin master `
10
12
* Create/activate virtualenv, and ` pip install twine `
11
13
* ** MUST** be Python 3.7 or later!
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
3
- VERSION = '1.0.2 '
3
+ VERSION = '1.0.3 '
4
4
5
5
setup (
6
6
name = 'PyWavefront' ,
You can’t perform that action at this time.
0 commit comments