Home
last modified time | relevance | path

Searched refs:changelog_name (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/
Dsetup.py182 changelog_name = "NEWS.rst" variable in release
230 files = self.version_files + [self.changelog_name]
293 with io.open(self.changelog_name, "r+", encoding="utf-8") as f: