Release 4.25.0
This commit is contained in:
parent
4602a9e7ed
commit
696b7ac448
@ -3,6 +3,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "4.24.5.dev0"
|
||||
version = __version__ = "4.25.0"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
3
NEWS.rst
3
NEWS.rst
@ -1,3 +1,6 @@
|
||||
4.25.0 (released 2021-07-05)
|
||||
----------------------------
|
||||
|
||||
- [tfmLib] Added new library for parsing TeX Font Metric (TFM) files (#2354).
|
||||
- [TupleVariation] Make shared tuples order deterministic on python < 3.7 where
|
||||
Counter (subclass of dict) doesn't remember insertion order (#2351, #2353).
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 4.24.5.dev0
|
||||
current_version = 4.25.0
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user