Skip to content

Commit 31ce543

Browse files
committedAug 4, 2009
Opening trunk for 0.11 and development.
The 0.10 series now will hold any fixes for that series. The trunk is open for the refactoring work that will become 0.11.
1 parent 879d2cb commit 31ce543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎IPython/Release.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
# because bdist_rpm does not accept dashes (an RPM) convention, and
2121
# bdist_deb does not accept underscores (a Debian convention).
2222

23-
development = False # change this to False to do a release
24-
version_base = '0.10'
23+
development = True # change this to False to do a release
24+
version_base = '0.11'
2525
branch = 'ipython'
26-
revision = '1204'
26+
revision = '1205'
2727

2828
if development:
2929
if branch == 'ipython':

0 commit comments

Comments
 (0)