Skip to content

Commit ea25a8f

Browse files
committed
add music21 to timeline
Last Py2 version released. git codebase is now Py3 only. Loving it
1 parent 8e70c96 commit ea25a8f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

site.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,14 @@ $(document).ready(function (){
167167
'RDKit':[
168168
{content: '2014.9.1 - 2019.03.1', start: '2014-09-1', end: '2019-09-1', py2:true},
169169
{content: '2019.9.1 -' , start: '2019-09-01', end: '2021-03-01'}
170-
],
170+
],
171+
'music21':[
172+
{content: 'v3', start: '2016-08-22', end: '2017-08-06', py2:true},
173+
{content: 'v4', start: '2017-08-22', end: '2019-06-01', py2:true},
174+
{content: 'v5', start: '2018-08-01', end: '2019-08-01'},
175+
{content: 'v6', start: '2019-08-01', end: '2020-08-01'},
176+
],
177+
171178
// for tests, rando example
172179
//'matplotlib':[
173180
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},

0 commit comments

Comments
 (0)