Skip to content

Commit

Permalink
Prepare v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrankin committed Aug 8, 2014
1 parent a079f8a commit 9c93028
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGES.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Changelog

### develop (unreleased)
## develop (unreleased)

### v0.2 (August 7, 2014)
## v0.2.1 (August 8, 2014)

#### Enhancements
- Fixes unit tests in Python 2.6 [#6][]

## v0.2 (August 7, 2014)

### Enhancements

- Made Python 3.3/3.4 compatible [#5][]

### v0.1 (August 7, 2014)
## v0.1 (August 7, 2014)

#### Enhancements
### Enhancements

- Add Travis-CI testing [#1][]
- Create invoke tasks to automate PyPi deploy [#2][]
Expand All @@ -21,3 +25,4 @@
[#3]: https://github.com/questrail/sdfascii/issues/3
[#4]: https://github.com/questrail/sdfascii/issues/4
[#5]: https://github.com/questrail/sdfascii/issues/5
[#6]: https://github.com/questrail/sdfascii/issues/6
2 changes: 1 addition & 1 deletion sdfascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import six

__version__ = '0.2'
__version__ = '0.2.1'


def _strip_nonprintable(input_bytes):
Expand Down

0 comments on commit 9c93028

Please sign in to comment.