Skip to content

Commit 4116baf

Browse files
ProximaDasCarreau
authored andcommitted
Changing IPython dates for 6.x and 7.x (python3statement#156)
1 parent 92f9ecd commit 4116baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ $(document).ready(function (){
116116
{content: '3.x', start: '2015-02-27', end:'2015-08-10', py2:true},
117117
{content: '4.x', start: '2015-08-11', end:'2016-07-07', py2:true},
118118
{content: 'IPython 5.x LTS', start: '2016-07-08', end:'2019-06-01', py2:true},
119-
{content: '6.x', start: '2017-04-19', end:'2018-12-01'},
120-
{content: '7.x', start: '2018-12-01', end:'2019-12-12'},
119+
{content: '6.x', start: '2017-04-19', end:'2018-09-27'},
120+
{content: '7.x', start: '2018-09-27', end:'2019-12-12'},
121121
{content: '8.x', start: '2019-12-12', end:'2020-12-01'},
122122
],
123123
'pandas':[

0 commit comments

Comments
 (0)