##// END OF EJS Templates
back to development
Matthias Bussonnier -
Show More
@@ -0,0 +1,20 b''
1 =====================
2 Development version
3 =====================
4
5 This document describes in-flight development work.
6
7 .. warning::
8
9 Please do not edit this file by hand (doing so will likely cause merge
10 conflicts for other Pull Requests). Instead, create a new file in the
11 `docs/source/whatsnew/pr` folder
12
13
14 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
15
16
17 Backwards incompatible changes
18 ------------------------------
19
20 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
@@ -20,11 +20,11 b" name = 'ipython'"
20 20 # release. 'dev' as a _version_extra string means this is a development
21 21 # version
22 22 _version_major = 6
23 _version_minor = 0
23 _version_minor = 1
24 24 _version_patch = 0
25 25 _version_extra = '.dev'
26 26 # _version_extra = 'rc2'
27 _version_extra = '' # Uncomment this for full releases
27 # _version_extra = '' # Uncomment this for full releases
28 28
29 29 # Construct full version string from these.
30 30 _ver = [_version_major, _version_minor, _version_patch]
@@ -20,6 +20,7 b' development work they do here in a user friendly format.'
20 20 .. toctree::
21 21 :maxdepth: 1
22 22
23 developement
23 24 version6
24 25 github-stats-6
25 26 version5
General Comments 0
You need to be logged in to leave comments. Login now