Release 4.50.0
This commit is contained in:
parent
8e52153048
commit
10dd8b4575
@ -3,6 +3,6 @@ from fontTools.misc.loggingTools import configLogger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
version = __version__ = "4.49.1.dev0"
|
||||
version = __version__ = "4.50.0"
|
||||
|
||||
__all__ = ["version", "log", "configLogger"]
|
||||
|
3
NEWS.rst
3
NEWS.rst
@ -1,3 +1,6 @@
|
||||
4.50.0 (released 2024-03-15)
|
||||
----------------------------
|
||||
|
||||
- [pens] Added decomposing filter pens that draw components as regular contours (#3460).
|
||||
- [instancer] Drop explicit no-op axes from TupleVariations (#3457).
|
||||
- [cu2qu/ufo] Return set of modified glyph names from fonts_to_quadratic (#3456).
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 4.49.1.dev0
|
||||
current_version = 4.50.0
|
||||
commit = True
|
||||
tag = False
|
||||
tag_name = {new_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user