Release 4.10.0
This commit is contained in:
parent
6763b54c97
commit
9d281adfa8
@ -4,6 +4,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "4.9.1.dev0"
|
||||
version = __version__ = "4.10.0"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
3
NEWS.rst
3
NEWS.rst
@ -1,3 +1,6 @@
|
||||
4.10.0 (released 2020-05-15)
|
||||
----------------------------
|
||||
|
||||
- [varLib] Allow feature variations to be active across the entire space (#1957).
|
||||
- [ufoLib] Added support for ``formatVersionMinor`` in UFO's ``fontinfo.plist`` and for
|
||||
``formatMinor`` attribute in GLIF file as discussed in unified-font-object/ufo-spec#78.
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 4.9.1.dev0
|
||||
current_version = 4.10.0
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user