We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6043f16 commit 291ae49Copy full SHA for 291ae49
CHANGELOG.md
@@ -1,5 +1,8 @@
1
Change Log
2
3
+## 1.0.1
4
+* Release only for Python3, not universal - Fixes #79
5
+
6
## 1.0.0
7
* Use Python 3.4 on CI server - PR #78
8
* Switch to Python 3.4+ - PR #77
RELEASE.md
@@ -1,5 +1,6 @@
To release:
-* Verify pass in CircleCI
+* Verify pass in [CircleCI](https://circleci.com/gh/greenmoss/PyWavefront)
+ * Check against latest `master`
* Update `CHANGELOG.md` from merged PRs
* Update contributors in `README.md`
* Update version in `setup.py`
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-VERSION = '1.0.0'
+VERSION = '1.0.1'
setup(
name='PyWavefront',
0 commit comments