Skip to content

Commit 5aca327

Browse files
committed
'move xonsh timeline up'
1 parent 68dbbc3 commit 5aca327

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ $(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+
'Xonsh':[
123+
{content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'},
124+
],
122125
'scikit-bio':[
123126
{content: '0.1.1 - 0.4.2', start: '2014-05-16', end: '2016-05-30', py2:true},
124127
{content: '0.5.0+', start: '2016-05-31', end: '2021-12-16'},
@@ -127,9 +130,6 @@ $(document).ready(function (){
127130
{content: '1.x', start: '2010-04-09', end: '2017-12-31', py2:true},
128131
{content: '2.x+', start: '2016-07-11', end: '2021-12-16'},
129132
],
130-
'Xonsh':[
131-
{content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'},
132-
],
133133
// for tests, rando example
134134
//'matplotlib':[
135135
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},

0 commit comments

Comments
 (0)