|
From: <jd...@us...> - 2009-02-08 20:29:45
|
Revision: 6890
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6890&view=rev
Author: jdh2358
Date: 2009-02-08 20:29:42 +0000 (Sun, 08 Feb 2009)
Log Message:
-----------
bumped the version number for bugfix release
Modified Paths:
--------------
branches/v0_98_5_maint/lib/matplotlib/__init__.py
Modified: branches/v0_98_5_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/__init__.py 2009-02-07 21:19:11 UTC (rev 6889)
+++ branches/v0_98_5_maint/lib/matplotlib/__init__.py 2009-02-08 20:29:42 UTC (rev 6890)
@@ -89,7 +89,7 @@
"""
from __future__ import generators
-__version__ = '0.98.5.2'
+__version__ = '0.98.5.3'
__revision__ = '$Revision$'
__date__ = '$Date$'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|