Skip to content

Commit 81be204

Browse files
author
Kurt Yoder
authored
Merge pull request #41 from greenmoss/0.3-prep
Add 0.3 release meta-information
2 parents 1d26619 + 6f39d2e commit 81be204

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Change Log
22

3+
## 0.3.0
4+
* Run all parser tests for gzip file - PR #40
5+
* Revamp parser to prepare to support different vertex formats - PR #38
6+
* Make dir available as instance attribute + tests - PR # 33
7+
* Use setuptools - PR #31
8+
39
## 0.2.0
410
* Make Pyglet an optional dependency - PR #30
511
* Close file descriptor when no longer needed - PR #29

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Currently, only a subset of [the defined
99
specification](https://en.wikipedia.org/wiki/Wavefront_.obj_file) has
1010
been implemented.
1111

12+
Current test status: [![CircleCI](https://circleci.com/gh/greenmoss/PyWavefront.svg?style=svg)](https://circleci.com/gh/greenmoss/PyWavefront)
13+
14+
Slack: [channel](https://pywavefront.slack.com/)
15+
1216
Optional Dependencies
1317
------------
1418

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 = '0.2.0'
3+
VERSION = '0.3.0'
44

55
setup(
66
name='PyWavefront',

0 commit comments

Comments
 (0)