We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dbbc3 commit 5aca327Copy full SHA for 5aca327
site.js
@@ -119,6 +119,9 @@ $(document).ready(function (){
119
{content: '7.x', start: '2018-01-01', end:'2019-06-12'},
120
{content: '8.x', start: '2019-06-12', end:'2020-06-01'},
121
],
122
+ 'Xonsh':[
123
+ {content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'},
124
+ ],
125
'scikit-bio':[
126
{content: '0.1.1 - 0.4.2', start: '2014-05-16', end: '2016-05-30', py2:true},
127
{content: '0.5.0+', start: '2016-05-31', end: '2021-12-16'},
@@ -127,9 +130,6 @@ $(document).ready(function (){
130
{content: '1.x', start: '2010-04-09', end: '2017-12-31', py2:true},
128
131
{content: '2.x+', start: '2016-07-11', end: '2021-12-16'},
129
132
- 'Xonsh':[
- {content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'},
- ],
133
// for tests, rando example
134
//'matplotlib':[
135
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
0 commit comments