Skip to content

Commit

Permalink
updated docs and version string for 0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jul 16, 2017
1 parent e1275f1 commit a85efe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release notes
=============

v0.1.4

* `#58`_ Updated for compatibility with JAMS 0.3.0

.. _#58: https://github.com/bmcfee/muda/pull/58

v0.1.3
------

Expand All @@ -11,7 +17,7 @@ v0.1.3
* `#47`_ removed dependency on scikit-learn
* `#48`_, `#54`_ converted unit tests from nose to py.test
* `#49`_ `TimeStretch` and `PitchShift` deformers now support multiple values
* `#52`_ added the `Union` classs
* `#52`_ added the `Union` class

.. _#40: https://github.com/bmcfee/muda/pull/40
.. _#44: https://github.com/bmcfee/muda/pull/44
Expand Down
2 changes: 1 addition & 1 deletion muda/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.1'
version = '0.1.3'
version = '0.1.4'

0 comments on commit a85efe4

Please sign in to comment.