Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0837a2c

Browse files
committed
release 8.0.0a1
1 parent e9a96be commit 0837a2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_version_patch = 0
2121
_version_extra = '.dev'
2222
# _version_extra = 'b1'
23-
# _version_extra = "" # Uncomment this for full releases
23+
_version_extra = "a1" # Uncomment this for full releases
2424

2525
# Construct full version string from these.
2626
_ver = [_version_major, _version_minor, _version_patch]

tools/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ else:
7070
# Build, but don't upload
7171

7272
# Make backup tarball
73-
sh('./make_tarball.py')
73+
sh('python make_tarball.py')
7474
sh('mv ipython-*.tgz %s' % ipbackupdir)
7575

7676
# Build release files

0 commit comments

Comments
 (0)