Bump version to 0.80

This commit is contained in:
2026-07-14 19:29:47 +02:00
parent 846fe2d235
commit f9fca519b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: m1730-generator
image: git.baumann.gr/adebaumann/m1730-generator:0.79
image: git.baumann.gr/adebaumann/m1730-generator:0.80
imagePullPolicy: Always
ports:
- containerPort: 5000
+1 -1
View File
@@ -8,7 +8,7 @@ from fontTools.pens.svgPathPen import SVGPathPen
app = Flask(__name__)
VERSION = "0.79"
VERSION = "0.80"
_LOGO_PATH = pathlib.Path(__file__).parent / 'static' / 'logo.png'
_LOGO_B64 = base64.b64encode(_LOGO_PATH.read_bytes()).decode()