From 99de4a79d104f4e405b2c10538e9a29a5345445d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 6 Feb 2017 04:50:39 -0500 Subject: [PATCH] Bump font cache version. Due to #7907, the font cache is outdated and should be re-created. --- lib/matplotlib/font_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/font_manager.py b/lib/matplotlib/font_manager.py index 213faee135f4..e1d9e81681c8 100644 --- a/lib/matplotlib/font_manager.py +++ b/lib/matplotlib/font_manager.py @@ -1024,7 +1024,7 @@ class FontManager(object): # Increment this version number whenever the font cache data # format or behavior has changed and requires a existing font # cache files to be rebuilt. - __version__ = 200 + __version__ = 201 def __init__(self, size=None, weight='normal'): self._version = self.__version__