|
From: <jd...@us...> - 2011-01-06 13:50:13
|
Revision: 8897
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8897&view=rev
Author: jdh2358
Date: 2011-01-06 13:50:07 +0000 (Thu, 06 Jan 2011)
Log Message:
-----------
tag 1.0.1 for release
Modified Paths:
--------------
branches/v1_0_maint/CHANGELOG
branches/v1_0_maint/doc/api/gridspec_api.rst
branches/v1_0_maint/doc/pyplots/tex_demo.png
branches/v1_0_maint/lib/matplotlib/__init__.py
Modified: branches/v1_0_maint/CHANGELOG
===================================================================
--- branches/v1_0_maint/CHANGELOG 2011-01-06 01:26:35 UTC (rev 8896)
+++ branches/v1_0_maint/CHANGELOG 2011-01-06 13:50:07 UTC (rev 8897)
@@ -1,3 +1,5 @@
+2011-01-04 Tag 1.0.1 for release at r8896
+
2010-11-22 Fixed error with Hammer projection. - BVR
2010-11-12 Fixed the placement and angle of axis labels in 3D plots. - BVR
@@ -3,5 +5,5 @@
2010-11-07 New rc parameters examples.download and examples.directory
- allow bypassing the download mechanism in get_sample_data.
+ allow bypassing the download mechanism in get_sample_data.
- JKS
Modified: branches/v1_0_maint/doc/api/gridspec_api.rst
===================================================================
--- branches/v1_0_maint/doc/api/gridspec_api.rst 2011-01-06 01:26:35 UTC (rev 8896)
+++ branches/v1_0_maint/doc/api/gridspec_api.rst 2011-01-06 13:50:07 UTC (rev 8897)
@@ -1,6 +1,6 @@
-*************
+*******************
matplotlib gridspec
-*************
+*******************
:mod:`matplotlib.gridspec`
Modified: branches/v1_0_maint/doc/pyplots/tex_demo.png
===================================================================
(Binary files differ)
Modified: branches/v1_0_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v1_0_maint/lib/matplotlib/__init__.py 2011-01-06 01:26:35 UTC (rev 8896)
+++ branches/v1_0_maint/lib/matplotlib/__init__.py 2011-01-06 13:50:07 UTC (rev 8897)
@@ -99,7 +99,7 @@
"""
from __future__ import generators
-__version__ = '1.0.1rc2'
+__version__ = '1.0.1'
__revision__ = '$Revision$'
__date__ = '$Date$'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|