|
From: <jd...@us...> - 2011-01-02 17:53:39
|
Revision: 8870
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8870&view=rev
Author: jdh2358
Date: 2011-01-02 17:53:33 +0000 (Sun, 02 Jan 2011)
Log Message:
-----------
bumped version number to 1.0.1rc
Modified Paths:
--------------
branches/v1_0_maint/lib/matplotlib/__init__.py
Modified: branches/v1_0_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v1_0_maint/lib/matplotlib/__init__.py 2011-01-02 15:09:27 UTC (rev 8869)
+++ branches/v1_0_maint/lib/matplotlib/__init__.py 2011-01-02 17:53:33 UTC (rev 8870)
@@ -99,7 +99,7 @@
"""
from __future__ import generators
-__version__ = '1.0.0'
+__version__ = '1.0.1rc1'
__revision__ = '$Revision$'
__date__ = '$Date$'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|