Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c06e295

Browse files
committed
minor rev bump
svn path=/trunk/matplotlib/; revision=6536
1 parent 111ebec commit c06e295

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
================================================================= 2008-12-09 Released 0.98.4 at svn r6536
2+
13
2008-12-08 Added mdehoon's native macosx backend from sf patch 2179017 - JDH
24

35
2008-12-08 Removed the prints in the set_*style commands. Return the

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.3'
92+
__version__ = '0.98.4'
9393
__revision__ = '$Revision$'
9494
__date__ = '$Date$'
9595

0 commit comments

Comments
 (0)