Skip to content

Commit d419393

Browse files
authored
1 parent 34a4c3f commit d419393

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: site.js

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ $(document).ready(function (){
119119
{content: '7.x', start: '2018-01-01', end:'2019-06-12'},
120120
{content: '8.x', start: '2019-06-12', end:'2020-06-01'},
121121
],
122+
'Numpy':[
123+
{content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true},
124+
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},
125+
{content: 'Py 3 full', start: '2019-01-01', end:'2021-12-16'},
126+
],
122127
'Xonsh':[
123128
{content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'},
124129
],

0 commit comments

Comments
 (0)