Revision: 6622
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6622&view=rev
Author:   jdh2358
Date:     2008-12-15 20:45:20 +0000 (Mon, 15 Dec 2008)

Log Message:
-----------
hack to prevent distutils from creating links in our sdist

Modified Paths:
--------------
    branches/v0_98_5_maint/MANIFEST.in
    branches/v0_98_5_maint/lib/matplotlib/__init__.py

Modified: branches/v0_98_5_maint/MANIFEST.in
===================================================================
--- branches/v0_98_5_maint/MANIFEST.in  2008-12-15 20:19:01 UTC (rev 6621)
+++ branches/v0_98_5_maint/MANIFEST.in  2008-12-15 20:45:20 UTC (rev 6622)
@@ -1,7 +1,7 @@
 include CHANGELOG KNOWN_BUGS INSTALL
 include INTERACTIVE TODO
 include Makefile  MANIFEST.in MANIFEST
-include matplotlibrc.template matplotlibrc setup.cfg.template
+include matplotlibrc.template setup.cfg.template
 include __init__.py setupext.py setup.py setupegg.py
 include examples/data/*
 include lib/mpl_toolkits

Modified: branches/v0_98_5_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/__init__.py   2008-12-15 20:19:01 UTC 
(rev 6621)
+++ branches/v0_98_5_maint/lib/matplotlib/__init__.py   2008-12-15 20:45:20 UTC 
(rev 6622)
@@ -89,7 +89,7 @@
 """
 from __future__ import generators
 
-__version__  = '0.98.5'
+__version__  = '0.98.5.1'
 __revision__ = '$Revision$'
 __date__     = '$Date$'
 


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

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to