Release 4.44.2
This commit is contained in:
parent
d04ee413e6
commit
4e1c9a0a4b
@ -3,6 +3,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "4.44.2.dev0"
|
||||
version = __version__ = "4.44.2"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
3
NEWS.rst
3
NEWS.rst
@ -1,3 +1,6 @@
|
||||
4.44.2 (released 2023-11-14)
|
||||
----------------------------
|
||||
|
||||
- [glyf] Have ``Glyph.recalcBounds`` skip empty components (base glyph with no contours)
|
||||
when computing the bounding box of composite glyphs. This simply restores the existing
|
||||
behavior before some changes were introduced in fonttools 4.44.0 (#3333).
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 4.44.2.dev0
|
||||
current_version = 4.44.2
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user