Fix #5646: bump the font manager version #5676

Merged
merged 1 commit into from Dec 23, 2015
Jump to file
+1 −1
Split
@@ -1040,7 +1040,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__ = 101
+ __version__ = 200
def __init__(self, size=None, weight='normal'):
self._version = self.__version__