Skip to content

Commit a9f3f3a

Browse files
committed
tag 1.0.1 for release
svn path=/branches/v1_0_maint/; revision=8897
1 parent 15fa214 commit a9f3f3a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
2011-01-04 Tag 1.0.1 for release at r8896
2+
13
2010-11-22 Fixed error with Hammer projection. - BVR
24

35
2010-11-12 Fixed the placement and angle of axis labels in 3D plots. - BVR
46

57
2010-11-07 New rc parameters examples.download and examples.directory
6-
allow bypassing the download mechanism in get_sample_data.
8+
allow bypassing the download mechanism in get_sample_data.
79
- JKS
810

911
2010-08-21 Change Axis.set_view_interval() so that when updating an

doc/api/gridspec_api.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
*************
1+
*******************
22
matplotlib gridspec
3-
*************
3+
*******************
44

55

66
:mod:`matplotlib.gridspec`

doc/pyplots/tex_demo.png

-5.85 KB
Loading

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"""
100100
from __future__ import generators
101101

102-
__version__ = '1.0.1rc2'
102+
__version__ = '1.0.1'
103103
__revision__ = '$Revision$'
104104
__date__ = '$Date$'
105105

0 commit comments

Comments
 (0)