Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c233c25

Browse filesBrowse files
author
Matthias Bussonnier
committed
release 7.8.0
1 parent 2b8058f commit c233c25
Copy full SHA for c233c25

File tree

Expand file treeCollapse file tree

2 files changed

+7
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-7
lines changed
Open diff view settings
Collapse file

‎IPython/core/release.py‎

Copy file name to clipboardExpand all lines: IPython/core/release.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
_version_patch = 0
2525
_version_extra = '.dev'
2626
# _version_extra = 'b1'
27-
# _version_extra = '' # Uncomment this for full releases
27+
_version_extra = '' # Uncomment this for full releases
2828

2929
# Construct full version string from these.
3030
_ver = [_version_major, _version_minor, _version_patch]
Collapse file

‎tools/release_helper.sh‎

Copy file name to clipboardExpand all lines: tools/release_helper.sh
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,29 @@ read
5656
echo "Cleaning repository"
5757
git clean -xfdi
5858

59-
echo "please update version number in ${RED}IPython/core/release.py${NOR} , Do not commit yet – we'll do it later."
59+
echo $GREEN"please update version number in ${RED}IPython/core/release.py${NOR} , Do not commit yet – we'll do it later."$NOR
6060

61-
echo "Press enter to continue"
61+
echo $GREEN"Press enter to continue"$NOR
6262
read
6363

6464
echo
6565
echo "Attempting to build the docs.."
6666
make html -C docs
6767

6868
echo
69-
echo "Check the docs, press enter to continue"
69+
echo $GREEN"Check the docs, press enter to continue"$NOR
7070
read
7171

7272
echo
73-
echo "Attempting to build package..."
73+
echo $BLUE"Attempting to build package..."$NOR
7474

7575
tools/build_release
7676

7777
echo
7878
echo "Let\'s commit : git commit -am \"release $VERSION\" -S"
79-
echo $"Press enter to continue"
79+
echo $GREEN"Press enter to continue"$NOR
8080
read
81-
git commit -am "release $VERSION" -S
81+
git commit -am "release $VERSION" # -S
8282

8383
echo
8484
echo "git push origin \$BRANCH ?"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.