|
From: <jd...@us...> - 2009-09-21 17:12:54
|
Revision: 7813
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7813&view=rev
Author: jdh2358
Date: 2009-09-21 17:12:47 +0000 (Mon, 21 Sep 2009)
Log Message:
-----------
tag for 0.99.1 release
Modified Paths:
--------------
branches/v0_99_maint/CHANGELOG
branches/v0_99_maint/doc/_templates/indexsidebar.html
branches/v0_99_maint/lib/matplotlib/__init__.py
Modified: branches/v0_99_maint/CHANGELOG
===================================================================
--- branches/v0_99_maint/CHANGELOG 2009-09-21 17:09:55 UTC (rev 7812)
+++ branches/v0_99_maint/CHANGELOG 2009-09-21 17:12:47 UTC (rev 7813)
@@ -1,3 +1,6 @@
+===============================================
+2009-09-21 Tagged for release 0.99.1
+
2009-09-20 Fix usetex spacing errors in pdf backend. - JKS
2009-09-20 Fix off-by-one error in dviread.Tfm, and additionally protect
Modified: branches/v0_99_maint/doc/_templates/indexsidebar.html
===================================================================
--- branches/v0_99_maint/doc/_templates/indexsidebar.html 2009-09-21 17:09:55 UTC (rev 7812)
+++ branches/v0_99_maint/doc/_templates/indexsidebar.html 2009-09-21 17:12:47 UTC (rev 7813)
@@ -2,8 +2,11 @@
<p>Please <a href="http://sourceforge.net/project/project_donations.php?group_id=80706">donate</a>
to support matplotlib development.</p>
-
-<p>matplotlib 0.99 is available for <a href="http://sourceforge.net/projects/matplotlib">download</a>. See <a href="{{ pathto('users/whats_new') }}">what's new</a> and tips on <a href="{{
+
+<p>We have a release candidate of matplotlib 0.99.1 <a href="http://drop.io/xortel1">available</a> for testing. Please report any problems on the <a href="http://sourceforge.net/tracker2/?group_id=80706">tracker</a> and <a href="http://sourceforge.net/mail/?group_id=80706">mailing list</a>.
+</p>
+
+<p>matplotlib 0.99.0 is available for <a href="http://sourceforge.net/projects/matplotlib">download</a>. See <a href="{{ pathto('users/whats_new') }}">what's new</a> and tips on <a href="{{
pathto('users/installing') }}">installing</a>
</p>
Modified: branches/v0_99_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/__init__.py 2009-09-21 17:09:55 UTC (rev 7812)
+++ branches/v0_99_maint/lib/matplotlib/__init__.py 2009-09-21 17:12:47 UTC (rev 7813)
@@ -89,7 +89,7 @@
"""
from __future__ import generators
-__version__ = '0.99.1rc1'
+__version__ = '0.99.1'
__revision__ = '$Revision$'
__date__ = '$Date$'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|