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

Skip to content

Commit f78dc11

Browse files
committed
Merge pull request #5676 from mdboom/version-font-cache
Fix #5646: bump the font manager version
1 parent dc258b3 commit f78dc11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/font_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ class FontManager(object):
10201020
# Increment this version number whenever the font cache data
10211021
# format or behavior has changed and requires a existing font
10221022
# cache files to be rebuilt.
1023-
__version__ = 101
1023+
__version__ = 200
10241024

10251025
def __init__(self, size=None, weight='normal'):
10261026
self._version = self.__version__

0 commit comments

Comments
 (0)