Skip to content

Commit 579640d

Browse files
committed
tagging new release
svn path=/tags/v0_98_5/; revision=6575
3 parents 8cacd37 + 4b93b1f + a5e358f commit 579640d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
=================================================================
2+
2008-12-11 Released 0.98.5 at svn r6573
3+
14
2008-12-11 Use subprocess.Popen instead of os.popen in dviread
25
(Windows problem reported by Jorgen Stenarson) - JKS
36

47
2008-12-10 Added Michael's font_manager fix and Jae-Joon's
58
figure/subplot fix. Bumped version number to 0.98.5 - JDH
69

7-
================================================================= 2008-12-09 Released 0.98.4 at svn r6536
10+
=================================================================
11+
2008-12-09 Released 0.98.4 at svn r6536
812

913
2008-12-08 Added mdehoon's native macosx backend from sf patch 2179017 - JDH
1014

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"""
9090
from __future__ import generators
9191

92-
__version__ = '0.98.5rc'
92+
__version__ = '0.98.5'
9393
__revision__ = '$Revision$'
9494
__date__ = '$Date$'
9595

0 commit comments

Comments
 (0)