Release 4.4.2
This commit is contained in:
parent
23b1ab25d8
commit
b6dbfa4f5c
@ -4,6 +4,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "4.4.2.dev0"
|
||||
version = __version__ = "4.4.2"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
3
NEWS.rst
3
NEWS.rst
@ -1,3 +1,6 @@
|
||||
4.4.2 (released 2020-03-12)
|
||||
---------------------------
|
||||
|
||||
- [ttx] Annotate ``LookupFlag`` in XML dump with comment explaining what bits
|
||||
are set and what they mean (#1850).
|
||||
- [feaLib] Added more descriptive message to ``IncludedFeaNotFound`` error (#1842).
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 4.4.2.dev0
|
||||
current_version = 4.4.2
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user