Skip to content

Commit

Permalink
updated docs and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed May 3, 2017
1 parent 033c2f1 commit 3106254
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
-------

0.2.1
=====

- `#68`_ Fixed a frame alignment error in task transformers
- `#66`_ Remove warnings for improperly cast STFT data

.. _#68: https://github.com/bmcfee/pumpp/pull/68
.. _#66: https://github.com/bmcfee/pumpp/pull/66

0.2.0
=====
- `#65`_ Removed old-style (function) transform API in favor of object interface
Expand Down
2 changes: 1 addition & 1 deletion pumpp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.2'
version = '0.2.0'
version = '0.2.1'

0 comments on commit 3106254

Please sign in to comment.