Skip to content

Commit 291ae49

Browse files
author
Kurt Yoder
committed
Prepare for release 1.0.1
1 parent 6043f16 commit 291ae49

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Change Log
22

3+
## 1.0.1
4+
* Release only for Python3, not universal - Fixes #79
5+
36
## 1.0.0
47
* Use Python 3.4 on CI server - PR #78
58
* Switch to Python 3.4+ - PR #77

RELEASE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
To release:
2-
* Verify pass in CircleCI
2+
* Verify pass in [CircleCI](https://circleci.com/gh/greenmoss/PyWavefront)
3+
* Check against latest `master`
34
* Update `CHANGELOG.md` from merged PRs
45
* Update contributors in `README.md`
56
* Update version in `setup.py`

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

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

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)