[Scipy-svn] r7084 - branches/0.9.x

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Jan 23 09:37:22 EST 2011


Author: rgommers
Date: 2011-01-23 08:37:21 -0600 (Sun, 23 Jan 2011)
New Revision: 7084

Modified:
   branches/0.9.x/pavement.py
   branches/0.9.x/setup.py
Log:
REL: set released=False again in setup.py, and correct one more paver bug.

Modified: branches/0.9.x/pavement.py
===================================================================
--- branches/0.9.x/pavement.py	2011-01-23 09:30:20 UTC (rev 7083)
+++ branches/0.9.x/pavement.py	2011-01-23 14:37:21 UTC (rev 7084)
@@ -380,7 +380,7 @@
     bdist_wininst_arch(pyver, 'sse3')
     copy_bdist("sse3")
 
-    prepare_nsis_script(options.wininst.pyver, FULLVERSION)
+    prepare_nsis_script(pyver, FULLVERSION)
     subprocess.check_call(MAKENSIS + ['scipy-superinstaller.nsi'],
                           cwd=options.superpack.builddir)
 

Modified: branches/0.9.x/setup.py
===================================================================
--- branches/0.9.x/setup.py	2011-01-23 09:30:20 UTC (rev 7083)
+++ branches/0.9.x/setup.py	2011-01-23 14:37:21 UTC (rev 7084)
@@ -44,7 +44,7 @@
 MAJOR               = 0
 MINOR               = 9
 MICRO               = 0
-ISRELEASED          = True
+ISRELEASED          = False
 VERSION             = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
 
 # BEFORE importing distutils, remove MANIFEST. distutils doesn't properly




More information about the Scipy-svn mailing list