File tree Expand file tree Collapse file tree 4 files changed +25
-2
lines changed
Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ part of which is providing a Python kernel for Jupyter.
5858Announcements
5959=============
6060
61+ - **IPython 6.5 ** minor bugfixes, and Python 3.7 compatibility have been release on July 28, 2018.
62+
6163- **IPython 5.8 ** minor bugfixes have been release on July 28, 2018.
6264
6365- **IPython 6.4 **, and **IPython 5.7 ** minor bugfixes have been release on May
Original file line number Diff line number Diff line change 33====
44
55
6+ IPython 6.5
7+ -----------
8+
9+ IPython 6.5 was released on July 29, 2018. This is primarily a bugfix release.
10+ With some compatibility fix for Python 3.7
11+ See the `release notes
12+ <https://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-6-5-0> `__
13+
14+ .. ::
15+ $ shasum -a 256 dist/*
16+ 007dcd929c14631f83daff35df0147ea51d1af420da303fd078343878bd5fb62 dist/ipython-6.5.0-py3-none-any.whl
17+ b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4 dist/ipython-6.5.0.tar.gz
18+
19+
620 IPython 5.8
721-----------
822
9- IPython 5.8 was released on July, 2018. This is primarily a bugfix release.
23+ IPython 5.8 was released on July 28 , 2018. This is primarily a bugfix release.
1024See the `release notes
1125<https://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-8-0> `__
1226
Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ <h1>Jupyter and the future of IPython<a class="headerlink" href="#jupyter-and-th
307307< div class ="section " id ="announcements ">
308308< h1 > Announcements< a class ="headerlink " href ="#announcements " title ="Permalink to this headline "> ¶</ a > </ h1 >
309309< ul class ="simple ">
310+ < li > < strong > IPython 6.5</ strong > minor bugfixes, and Python 3.7 compatibility have been release on July 28, 2018.</ li >
310311< li > < strong > IPython 5.8</ strong > minor bugfixes have been release on July 28, 2018.</ li >
311312< li > < strong > IPython 6.4</ strong > , and < strong > IPython 5.7</ strong > minor bugfixes have been release on May
31231310, 2018.</ li >
Original file line number Diff line number Diff line change @@ -276,9 +276,15 @@ <h4>Support IPython</h4>
276276
277277 < div class ="section " id ="news ">
278278< h1 > News< a class ="headerlink " href ="#news " title ="Permalink to this headline "> ¶</ a > </ h1 >
279+ < div class ="section " id ="ipython-6-5 ">
280+ < h2 > IPython 6.5< a class ="headerlink " href ="#ipython-6-5 " title ="Permalink to this headline "> ¶</ a > </ h2 >
281+ < p > IPython 6.5 was released on July 29, 2018. This is primarily a bugfix release.
282+ With some compatibility fix for Python 3.7
283+ See the < a class ="reference external " href ="https://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-6-5-0 "> release notes</ a > </ p >
284+ </ div >
279285< div class ="section " id ="ipython-5-8 ">
280286< h2 > IPython 5.8< a class ="headerlink " href ="#ipython-5-8 " title ="Permalink to this headline "> ¶</ a > </ h2 >
281- < p > IPython 5.8 was released on July, 2018. This is primarily a bugfix release.
287+ < p > IPython 5.8 was released on July 28 , 2018. This is primarily a bugfix release.
282288See the < a class ="reference external " href ="https://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-8-0 "> release notes</ a > </ p >
283289</ div >
284290< div class ="section " id ="ipython-6-4 ">
You can’t perform that action at this time.
0 commit comments