Skip to content

Commit

Permalink
Merge pull request #46 from bmcfee/release-015
Browse files Browse the repository at this point in the history
Release prep for 0.1.5
  • Loading branch information
bmcfee committed Feb 16, 2017
2 parents bb346c8 + edea10b commit 992804c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ python:
- 2.7
- 3.4
- 3.5
- 3.6

cache:
directories:
Expand Down
4 changes: 4 additions & 0 deletions docs/changes.rst
@@ -1,6 +1,10 @@
Changes
-------

v0.1.5
~~~~~~
- `#44 <https://github.com/bmcfee/resampy/issues/44>`_ Added type-checking to ensure floating-point inputs

v0.1.4
~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion resampy/version.py
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.1'
version = '0.1.4'
version = '0.1.5'
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -64,5 +64,6 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
)

0 comments on commit 992804c

Please sign in to comment.