@@ -207,6 +207,11 @@ $(document).ready(function (){
207
207
{ content : '0.5' , start : '2017-10-18' , end : '2019-01-14' } ,
208
208
{ content : '0.6' , start : '2019-01-14' , end : '2020-01-01' } ,
209
209
] ,
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
+ ] ,
210
215
'rpy2' :[
211
216
{ content : '2.8.x' , start : '2016-12-21' , end :'2018-12-21' , py2 :true } ,
212
217
{ content : '2.9.x' , start : '2017-07-14' , end :'2018-07-14' } ,
@@ -268,11 +273,6 @@ $(document).ready(function (){
268
273
{ content : 'Py 2 bug fix' , start : '2019-01-01' , end :'2019-06-30' , py2 :true } ,
269
274
{ content : 'Py 3 full' , start : '2019-01-01' , end :'2023-12-31' } ,
270
275
] ,
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
- ] ,
276
276
277
277
// for tests, rando example
278
278
//'matplotlib':[
0 commit comments