Skip to content

Commit

Permalink
updated version and docs for 0.3.1 release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Oct 13, 2017
1 parent 9dc4479 commit 632128c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

v0.3.1
------

- Improved documentation (`PR #176 <https://github.com/marl/jams/pull/176>`_)
- Added `Annotation.to_samples()` (`PR #173 <https://github.com/marl/jams/pull/173>`_)
- Added schemata for FMA genre tags (`PR #172 <https://github.com/marl/jams/pull/172>`_)
- Accelerated validation (`PR #170 <https://github.com/marl/jams/pull/170>`_)
- Added schemata for AudioSet tags (`PR #168 <https://github.com/marl/jams/pull/168>`_)
- Added `jams.list_namespaces()` (`PR #166 <https://github.com/marl/jams/pull/166>`_)

v0.3.0
------

Expand Down
2 changes: 1 addition & 1 deletion jams/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.3'
version = '0.3.0'
version = '0.3.1'

0 comments on commit 632128c

Please sign in to comment.