Rebrand infra and docs from M1730 to E440; bump version to 1.0

This commit is contained in:
2026-07-29 00:11:04 +02:00
parent 584375af02
commit fce7040b21
6 changed files with 80 additions and 61 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from fontTools.pens.svgPathPen import SVGPathPen
app = Flask(__name__)
VERSION = "0.87"
VERSION = "1.0"
_LOGO_PATH = pathlib.Path(__file__).parent / 'static' / 'logo.png'
_LOGO_B64 = base64.b64encode(_LOGO_PATH.read_bytes()).decode()