Skip to content

Commit

Permalink
Release: update setup.py etc. for 3.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermorgan committed Oct 10, 2016
1 parent 0ffe5cd commit e92d34e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ Software Dependencies

The VIS Framework uses many software libraries to help with analysis. These are required dependencies:

- [Python 2.7](https://www.python.org)
- [Python 3.5](https://www.python.org)
- [music21](http://web.mit.edu/music21/)
- [pandas](http://pandas.pydata.org)
- [multi_key_dict](https://pypi.python.org/pypi/multi_key_dict)
- [requests](https://pypi.python.org/pypi/requests/)

These are recommended dependencies:

Expand Down
6 changes: 6 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.2:
-Update indexer documentation examples for VIS 3 syntax.
-Re-enable tests that check connectivity requirements but don't actually access ELVIS Database.
-Clean up the way some error messages in indexed_piece print.
-Small bug fix in CadenceIndexer.

* 3.0.1:
-Fixed 'requests' library requirement.
-Disabled test cases that depend on external DB.
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 = 1
_PATCH = 2
__version__ = '{}.{}.{}'.format(_MAJOR, _MINOR, _PATCH)

0 comments on commit e92d34e

Please sign in to comment.