Skip to content

Commit

Permalink
finalize 0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrachten committed Nov 3, 2019
1 parent 50d8ee9 commit 55935ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
Release Notes
=============

Version 0.3.0 (Released on 2019-10-30)
Version 0.3.2 (Released on 2019-11-03)
--------------------------------------

API changes:

* More systematic direction ontology

New features:

* Add `grace_seq_len` property to grace note
* Add `backwards` keyword arg to `iter_grace_seq`

Bug fixes:

* Fix regression in slur handling; Remove unended objects in import


Version 0.3.1 (Released on 2019-10-30)
--------------------------------------

API changes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
EMAIL = '[email protected]'
AUTHOR = 'Maarten Grachten, Carlos Cancino-Chacón, and Thassilo Gadermaier'
REQUIRES_PYTHON = '>=3.5'
VERSION = '0.3.1'
VERSION = '0.3.2'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit 55935ee

Please sign in to comment.