Skip to content

Commit b0422ce

Browse files
authored
Added PyApp and Odin
1 parent dea75c7 commit b0422ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ $(document).ready(function (){
292292
{content: '2.x', start: '2014-12-08', end:'2017-05-08', py2:true},
293293
{content: '3.x', start: '2014-12-08', end:'2023-12-31'},
294294
],
295+
'pyapp': [
296+
{content: '0.1-3.x', start: '2017-01-28', end: '2020-01-01', py2:true},
297+
{content: '4.x', start: '2019-05-28', end: '2024-05-28', py2:false},
298+
],
299+
'odin': [
300+
{content: '0.4-1.x', start: '2013-11-30', end: '2020-01-01', py2:true},
301+
{content: '2.x', start: '2019-11-30', end: '2024-11-30', py2:false},
302+
]
295303

296304
// for tests, rando example
297305
//'matplotlib':[

0 commit comments

Comments
 (0)