##// END OF EJS Templates
Release IPython 6.0.0rc1
Matthias Bussonnier -
Show More
@@ -23,7 +23,7 b' _version_major = 6'
23 _version_minor = 0
23 _version_minor = 0
24 _version_patch = 0
24 _version_patch = 0
25 _version_extra = '.dev'
25 _version_extra = '.dev'
26 # _version_extra = 'rc1'
26 _version_extra = 'rc1'
27 # _version_extra = '' # Uncomment this for full releases
27 # _version_extra = '' # Uncomment this for full releases
28
28
29 # Construct full version string from these.
29 # Construct full version string from these.
@@ -1,15 +1,3 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 IPython 6.0
1 IPython 6.0
14 ===========
2 ===========
15
3
@@ -20,7 +20,7 b" archive = '%s:%s' % (archive_user, archive_dir)"
20 sdists = './setup.py sdist --formats=gztar'
20 sdists = './setup.py sdist --formats=gztar'
21 # Binary dists
21 # Binary dists
22 def buildwheels():
22 def buildwheels():
23 sh('python3 setupegg.py bdist_wheel' % py)
23 sh('python3 setupegg.py bdist_wheel')
24
24
25 # Utility functions
25 # Utility functions
26 def sh(cmd):
26 def sh(cmd):
General Comments 0
You need to be logged in to leave comments. Login now