Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
Update version history and __init__.py
  • Loading branch information
alexandermorgan committed Oct 18, 2016
1 parent c87282d commit ddbe4a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ VERSION HISTORY
This file records version-to-version changes in the VIS Framework. The most recent versions are at
the top of the file.

* 3.0.3:
-Removes LilyPond Indexer and Experimenters and outputlilypond module.
-Re-enables Dendrogram Experimenter if optional requirements are installed.
-Adds convenience method for executing dendrogram experimenter.
-Adds measure_index() method to multi-index with measure positions.
-Documentation updates.

* 3.0.2:
-Update indexer documentation examples for VIS 3 syntax.
-Re-enable tests that check connectivity requirements but don't actually access ELVIS Database.
Expand Down
2 changes: 1 addition & 1 deletion vis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_MAJOR = 3
_MINOR = 0
_PATCH = 2
_PATCH = 3
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 comments on commit ddbe4a8

Please sign in to comment.