Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Paul Ivanov
- Mon, 10 Sep 2018 21:20:32
Show More
IPython/core/release.py
0
+1
-1
@@
-23,7
+23,7
b' _version_major = 7'
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 = 'rc2'
26
_version_extra = 'b1 '
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.
docs/source/coredev/index.rst
0
+1
-1
@@
-209,7
+209,7
b' the build procedure runs OK, and tests other steps in the release process.'
209
The ``build_release`` script will in particular verify that the version number
209
The ``build_release`` script will in particular verify that the version number
210
match PEP 440, in order to avoid surprise at the time of build upload.
210
match PEP 440, in order to avoid surprise at the time of build upload.
211
211
212
We encourage creating a test build of the docs as well.
212
We encourage creating a test build of the docs as well.
213
213
214
6. Create and push the new tag
214
6. Create and push the new tag
215
------------------------------
215
------------------------------
docs/source/whatsnew/index.rst
0
+4
-4
@@
-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
16
this will appear in the docs if we are not releasing a versio n (ie if
17
`_version_extra` in release.py is empty string
17
`_version_extra` in release.py is an empty string)
18
18
19
.. only :: ipydev
19
.. only :: ipydev
20
20
@@
-25,8
+25,8
b" What's new in IPython"
25
development
25
development
26
26
27
..
27
..
28
this make a hidden toctree that avoid sphinx to complain about documents
28
this makes a hidden toctree that keeps sphinx from complaining about
29
included nowhere when building docs for stable
29
documents included nowhere when building docs for stable
30
30
31
.. only :: ipystable
31
.. only :: ipystable
32
32
tools/build_release
0
+3
-1
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages