Skip to content

Commit 6322462

Browse files
committed
Release v7.3
1 parent 546b4ef commit 6322462

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
normal_enabled_features,
3636
)
3737

38-
FONT_VERSION = "v7.3-dev"
38+
FONT_VERSION = "v7.3"
3939
# =========================================================================================
4040

4141

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "maple-font"
3-
version = "7.2"
3+
version = "7.3"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.10"

requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cffi==1.17.1 ; platform_python_implementation != 'CPython'
2020
# via brotlicffi
2121
cffsubr==0.3.0
2222
# via foundrytools-cli
23-
click==8.1.8
23+
click==8.2.1
2424
# via foundrytools-cli
2525
colorama==0.4.6 ; sys_platform == 'win32'
2626
# via
@@ -41,11 +41,11 @@ fontmath==0.9.4
4141
# fontparts
4242
# mutatormath
4343
# ufoprocessor
44-
fontparts==0.12.5
44+
fontparts==0.12.7
4545
# via ufoprocessor
4646
fontpens==0.2.4
4747
# via defcon
48-
fonttools==4.57.0
48+
fonttools==4.58.1
4949
# via
5050
# afdko
5151
# booleanoperations
@@ -64,7 +64,7 @@ foundrytools-cli==1.1.22
6464
# via maple-font
6565
fs==2.4.16
6666
# via fonttools
67-
glyphslib==6.10.1
67+
glyphslib==6.10.2
6868
# via maple-font
6969
loguru==0.7.3
7070
# via foundrytools-cli
@@ -88,10 +88,14 @@ pycparser==2.22 ; platform_python_implementation != 'CPython'
8888
# via cffi
8989
pygments==2.19.1
9090
# via rich
91+
python-minifier==2.11.3
92+
# via maple-font
9193
rich==14.0.0
9294
# via foundrytools-cli
9395
setuptools==80.0.0
94-
# via fs
96+
# via
97+
# fs
98+
# maple-font
9599
six==1.17.0
96100
# via fs
97101
skia-pathops==0.8.0.post2
2.06 KB
Binary file not shown.

woff2/var/MapleMono[wght]-VF.woff2

2.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)