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

Skip to content

Commit af37a47

Browse files
authored
Merge pull request #8029 from QuLogic/fontcache-bump
Bump font cache version.
2 parents 9c031b9 + 99de4a7 commit af37a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/font_manager.py

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

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

0 commit comments

Comments
 (0)