Skip to content

Commit b5ae4b7

Browse files
authored
Merge pull request #36 from Carreau/update-ipython-dates
Update Dates for IPython 4.0 EOL and 5.0-release.
2 parents 2274ac9 + e18bcbb commit b5ae4b7

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
@@ -113,8 +113,8 @@ $(document).ready(function (){
113113
{content: '1.x', start: '2013-08-08', end:'2014-03-31', py2:true},
114114
{content: '2.x', start: '2014-04-01', end:'2015-02-26', py2:true},
115115
{content: '3.x', start: '2015-02-27', end:'2015-08-10', py2:true},
116-
{content: '4.x', start: '2015-08-11', end:'2016-05-31', py2:true},
117-
{content: 'IPython 5.x LTS', start: '2016-06-01', end:'2019-06-01', py2:true},
116+
{content: '4.x', start: '2015-08-11', end:'2016-07-07', py2:true},
117+
{content: 'IPython 5.x LTS', start: '2016-07-08', end:'2019-06-01', py2:true},
118118
{content: '6.x', start: '2017-01-01', end:'2018-01-01'},
119119
{content: '7.x', start: '2018-01-01', end:'2019-06-12'},
120120
{content: '8.x', start: '2019-06-12', end:'2020-06-01'},

0 commit comments

Comments
 (0)