Skip to content

Commit 1949894

Browse files
apalalatakluyver
authored andcommitted
[TatSu] place on correct position in the list
1 parent 9e89e26 commit 1949894

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: site.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ $(document).ready(function (){
207207
{content: '0.5', start: '2017-10-18', end: '2019-01-14'},
208208
{content: '0.6', start: '2019-01-14', end: '2020-01-01'},
209209
],
210+
'TatSu':[
211+
{content: 'Python 2 & 3', start: '2017-01-01', end:'2019-04-01', py2:true},
212+
{content: 'Python 2 & 3 fixes', start: '2019-04-01', end:'2020-01-01', py2:true},
213+
{content: 'Python 3 only', start: '2019-04-01', end:'2023-12-31'},
214+
],
210215
'rpy2':[
211216
{content: '2.8.x', start: '2016-12-21', end:'2018-12-21', py2:true},
212217
{content: '2.9.x', start: '2017-07-14', end:'2018-07-14'},
@@ -268,11 +273,6 @@ $(document).ready(function (){
268273
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-06-30', py2:true},
269274
{content: 'Py 3 full', start: '2019-01-01', end:'2023-12-31'},
270275
],
271-
'TatSu':[
272-
{content: 'Python 2 & 3', start: '2017-01-01', end:'2019-04-01', py2:true},
273-
{content: 'Python 2 & 3 fixes', start: '2019-04-01', end:'2020-01-01', py2:true},
274-
{content: 'Python 3 only', start: '2019-04-01', end:'2023-12-31'},
275-
],
276276

277277
// for tests, rando example
278278
//'matplotlib':[

0 commit comments

Comments
 (0)