Skip to content

Commit 4b93b1f

Browse files
committed
minor rev bump to 0.98.5
svn path=/trunk/matplotlib/; revision=6573
1 parent 8cacd37 commit 4b93b1f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
=================================================================
2+
2008-12-09 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

Lines changed: 1 addition & 1 deletion
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)