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