##// END OF EJS Templates
Changing revno before merge to trunk.
Brian Granger -
Show More
@@ -23,7 +23,7 b" name = 'ipython'"
23 development = True # change this to False to do a release
23 development = True # change this to False to do a release
24 version_base = '0.11'
24 version_base = '0.11'
25 branch = 'ipython'
25 branch = 'ipython'
26 revision = '1346'
26 revision = '1363'
27
27
28 if development:
28 if development:
29 if branch == 'ipython':
29 if branch == 'ipython':
@@ -1,5 +1,4 b''
1 include ipython.py
1 include ipython.py
2 include iptest.py
3 include setupbase.py
2 include setupbase.py
4 include setupegg.py
3 include setupegg.py
5
4
@@ -9,7 +8,7 b' graft scripts'
9 graft IPython/kernel
8 graft IPython/kernel
10 graft IPython/config
9 graft IPython/config
11 graft IPython/core
10 graft IPython/core
12 graft IPython/deathrow
11 # graft IPython/deathrow
13 graft IPython/external
12 graft IPython/external
14 graft IPython/frontend
13 graft IPython/frontend
15 graft IPython/gui
14 graft IPython/gui
General Comments 0
You need to be logged in to leave comments. Login now