Release 4.28.2
This commit is contained in:
parent
0a7164a452
commit
5b62a8846f
@ -3,6 +3,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "4.28.2.dev0"
|
||||
version = __version__ = "4.28.2"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
15
NEWS.rst
15
NEWS.rst
@ -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)
|
||||
----------------------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 4.28.2.dev0
|
||||
current_version = 4.28.2
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user