Skip to content

Commit d001d8d

Browse files
committed
roll forward to stable ufo2ft/glyphsLib releases now that all tests pass
1 parent d956957 commit d001d8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fonttools[lxml,repacker,ufo,unicode]==4.50.0; platform_python_implementation == 'CPython'
22
fonttools[repacker,ufo,unicode]==4.50.0; platform_python_implementation != 'CPython'
3-
glyphsLib==6.7.0b1
4-
ufo2ft==3.2.0b1
3+
glyphsLib==6.7.0
4+
ufo2ft==3.2.0
55
fontMath==0.9.3
66
booleanOperations==0.9.0
77
ufoLib2==0.16.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
dep_versions = {
3232
"fontMath": ">=0.9.3",
3333
"fonttools": ">=4.50.0",
34-
"glyphsLib": ">=6.7.0b1",
35-
"ufo2ft": ">=3.2.0b1",
34+
"glyphsLib": ">=6.7.0",
35+
"ufo2ft": ">=3.2.0",
3636
"ufoLib2": ">=0.16.0",
3737
}
3838

0 commit comments

Comments
 (0)