##// END OF EJS Templates
release 7.0.0b1
Paul Ivanov -
Show More
@@ -23,7 +23,7 b' _version_major = 7'
23 23 _version_minor = 0
24 24 _version_patch = 0
25 25 _version_extra = '.dev'
26 # _version_extra = 'rc2'
26 _version_extra = 'b1'
27 27 # _version_extra = '' # Uncomment this for full releases
28 28
29 29 # Construct full version string from these.
1 NO CONTENT: modified file
@@ -13,8 +13,8 b" What's new in IPython"
13 13 =====================
14 14
15 15 ..
16 this will appear in the docs if we are not releasing a versin (ie is
17 `_version_extra` in release.py is empty string
16 this will appear in the docs if we are not releasing a version (ie if
17 `_version_extra` in release.py is an empty string)
18 18
19 19 .. only:: ipydev
20 20
@@ -25,8 +25,8 b" What's new in IPython"
25 25 development
26 26
27 27 ..
28 this make a hidden toctree that avoid sphinx to complain about documents
29 included nowhere when building docs for stable
28 this makes a hidden toctree that keeps sphinx from complaining about
29 documents included nowhere when building docs for stable
30 30
31 31 .. only:: ipystable
32 32
@@ -17,7 +17,9 b' def build_release():'
17 17
18 18 with open('docs/source/whatsnew/index.rst') as f:
19 19 if ' development' in f.read():
20 raise ValueError("Please remove `development` from what's new toctree for release")
20 pass
21 # raise ValueError("Please remove `development` from what's new toctree for release")
22
21 23
22 24 # Cleanup
23 25 for d in ['build', 'dist', pjoin('docs', 'build'), pjoin('docs', 'dist'),
General Comments 0
You need to be logged in to leave comments. Login now