Skip to content

Commit

Permalink
Remove Py2.6/3.3 from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrankin committed Nov 16, 2017
1 parent 8d968dd commit 7fe47d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ sudo: false
language: python
os:
- linux
- osx
python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.6'
addons:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ This file contains all notable changes to the [sdfascii][] project.

## develop (unreleased)

## v0.4.1 - 2017-11-16
- Remove Python 2.6 and 3.3 testing in Travis-CI.
- Remove OS X testing in Travis-CI.

## v0.4.0 - 2017-11-07
- Updated dependencies.
- Added Python 3.6 to travis.yml.
Expand Down
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.4.0'
__version__ = '0.4.1'


def _strip_nonprintable(input_bytes):
Expand Down

0 comments on commit 7fe47d1

Please sign in to comment.