SF.net SVN: matplotlib:[8476] trunk/matplotlib/lib/matplotlib/__init__.py

2010-06-29 Thread jdh2358
Revision: 8476
  http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8476&view=rev
Author:   jdh2358
Date: 2010-06-29 13:30:09 + (Tue, 29 Jun 2010)

Log Message:
---
bump version number for rc

Modified Paths:
--
trunk/matplotlib/lib/matplotlib/__init__.py

Modified: trunk/matplotlib/lib/matplotlib/__init__.py
===
--- trunk/matplotlib/lib/matplotlib/__init__.py 2010-06-28 14:05:17 UTC (rev 
8475)
+++ trunk/matplotlib/lib/matplotlib/__init__.py 2010-06-29 13:30:09 UTC (rev 
8476)
@@ -99,7 +99,7 @@
 """
 from __future__ import generators
 
-__version__  = '1.0.svn'
+__version__  = '1.0rc1'
 __revision__ = '$Revision$'
 __date__ = '$Date$'
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins


SF.net SVN: matplotlib:[8477] trunk/matplotlib/doc/make.py

2010-06-29 Thread astraw
Revision: 8477
  http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8477&view=rev
Author:   astraw
Date: 2010-06-29 21:44:19 + (Tue, 29 Jun 2010)

Log Message:
---
docs: build with makefile produced by Sphinx

Modified Paths:
--
trunk/matplotlib/doc/make.py

Modified: trunk/matplotlib/doc/make.py
===
--- trunk/matplotlib/doc/make.py2010-06-29 13:30:09 UTC (rev 8476)
+++ trunk/matplotlib/doc/make.py2010-06-29 21:44:19 UTC (rev 8477)
@@ -52,12 +52,8 @@
 # Produce pdf.
 os.chdir('build/latex')
 
-# Copying the makefile produced by sphinx...
-if (os.system('pdflatex Matplotlib.tex') or
-os.system('pdflatex Matplotlib.tex') or
-os.system('makeindex -s python.ist Matplotlib.idx') or
-os.system('makeindex -s python.ist modMatplotlib.idx') or
-os.system('pdflatex Matplotlib.tex')):
+# Call the makefile produced by sphinx...
+if os.system('make'):
 raise SystemExit("Rendering LaTeX failed.")
 
 os.chdir('../..')


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins