We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879d2cb commit 31ce543Copy full SHA for 31ce543
IPython/Release.py
@@ -20,10 +20,10 @@
20
# because bdist_rpm does not accept dashes (an RPM) convention, and
21
# bdist_deb does not accept underscores (a Debian convention).
22
23
-development = False # change this to False to do a release
24
-version_base = '0.10'
+development = True # change this to False to do a release
+version_base = '0.11'
25
branch = 'ipython'
26
-revision = '1204'
+revision = '1205'
27
28
if development:
29
if branch == 'ipython':
0 commit comments