Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a96be commit 0837a2cCopy full SHA for 0837a2c
2 files changed
IPython/core/release.py
@@ -20,7 +20,7 @@
20
_version_patch = 0
21
_version_extra = '.dev'
22
# _version_extra = 'b1'
23
-# _version_extra = "" # Uncomment this for full releases
+_version_extra = "a1" # Uncomment this for full releases
24
25
# Construct full version string from these.
26
_ver = [_version_major, _version_minor, _version_patch]
tools/release
@@ -70,7 +70,7 @@ else:
70
# Build, but don't upload
71
72
# Make backup tarball
73
- sh('./make_tarball.py')
+ sh('python make_tarball.py')
74
sh('mv ipython-*.tgz %s' % ipbackupdir)
75
76
# Build release files
0 commit comments