Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f78dc11

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/font_manager.py

Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.