Release 4.28.2

This commit is contained in:
Khaled Hosny 2021-11-22 02:18:37 +02:00
parent 0a7164a452
commit 5b62a8846f
4 changed files with 18 additions and 3 deletions

View File

@ -3,6 +3,6 @@ from fontTools.misc.loggingTools import configLogger
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
version = __version__ = "4.28.2.dev0" version = __version__ = "4.28.2"
__all__ = ["version", "log", "configLogger"] __all__ = ["version", "log", "configLogger"]

View File

@ -1,3 +1,18 @@
4.28.2 (released 2021-11-22)
----------------------------
- [otlLib] Remove duplicates when building coverage (#2433).
- [docs] Add interrogate configuration (#2443).
- [docs] Remove comment about missing “start” optional argument to ``calcChecksum`` (#2448).
- [cu2qu/cli] Adapt to the latest ufoLib2.
- [subset] Support subsetting SVG table and remove it from the list of drop by default tables (#534).
- [subset] add ``--pretty-svg`` option to pretty print SVG table contents (#2452).
- [merge] Support merging ``CFF`` tables (CID-keyed ``CFF`` is still not supported) (#2447).
- [merge] Support --output-file (#2447).
- [docs] Split table docs into individual pages (#2444).
- [feaLib] Forbid empty classes (#2446).
- [docs] Improve documentation for fontTools.ttLib.ttFont (#2442).
4.28.1 (released 2021-11-08) 4.28.1 (released 2021-11-08)
---------------------------- ----------------------------

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 4.28.2.dev0 current_version = 4.28.2
commit = True commit = True
tag = False tag = False
tag_name = {new_version} tag_name = {new_version}

View File

@ -441,7 +441,7 @@ if ext_modules:
setup_params = dict( setup_params = dict(
name="fonttools", name="fonttools",
version="4.28.2.dev0", version="4.28.2",
description="Tools to manipulate font files", description="Tools to manipulate font files",
author="Just van Rossum", author="Just van Rossum",
author_email="just@letterror.com", author_email="just@letterror.com",