Release 4.0.2
This commit is contained in:
parent
fca6d491cb
commit
3e3d8811db
@ -4,6 +4,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "4.0.2.dev0"
|
||||
version = __version__ = "4.0.2"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
3
NEWS.rst
3
NEWS.rst
@ -1,3 +1,6 @@
|
||||
4.0.2 (released 2019-09-26)
|
||||
---------------------------
|
||||
|
||||
- [voltLib] Added support for ``ALL`` and ``NONE`` in ``PROCESS_MARKS`` (#1732).
|
||||
- [Silf] Fixed issue in ``Silf`` table compilation and decompilation regarding str vs
|
||||
bytes in python3 (#1728).
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 4.0.2.dev0
|
||||
current_version = 4.0.2
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user