diff --git a/IPython/core/release.py b/IPython/core/release.py index 7195454..4a137af 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -23,7 +23,7 @@ name = 'ipython' development = True # change this to False to do a release version_base = '0.11' branch = 'ipython' -revision = '1346' +revision = '1363' if development: if branch == 'ipython': diff --git a/MANIFEST.in b/MANIFEST.in index 7d948ed..765367a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,4 @@ include ipython.py -include iptest.py include setupbase.py include setupegg.py @@ -9,7 +8,7 @@ graft scripts graft IPython/kernel graft IPython/config graft IPython/core -graft IPython/deathrow +# graft IPython/deathrow graft IPython/external graft IPython/frontend graft IPython/gui