Release 4.44.1
This commit is contained in:
parent
92f85f2189
commit
90649fced9
@ -3,6 +3,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "4.44.1.dev0"
|
||||
version = __version__ = "4.44.1"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
3
NEWS.rst
3
NEWS.rst
@ -1,3 +1,6 @@
|
||||
4.44.1 (released 2023-11-14)
|
||||
----------------------------
|
||||
|
||||
- [feaLib] Ensure variable mark anchors are deep-copied while building since they
|
||||
get modified in-place and later reused (#3330).
|
||||
- [OS/2|subset] Added method to ``recalcCodePageRanges`` to OS/2 table class; added
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 4.44.1.dev0
|
||||
current_version = 4.44.1
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user