From 4bb50bd7e8666295f898121ca0b5cadd107acbc0 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 15 Sep 2024 23:31:39 -0400 Subject: [PATCH] add 3.13 Vela to codenames --- stellarismodparser/stellarismodparser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stellarismodparser/stellarismodparser.py b/stellarismodparser/stellarismodparser.py index 6644b5e..29bb65f 100644 --- a/stellarismodparser/stellarismodparser.py +++ b/stellarismodparser/stellarismodparser.py @@ -123,6 +123,7 @@ class StellarisVersion(Version): "3.10": "Pyxis", "3.11": "Eridanus", "3.12": "Andromeda", + "3.13": "Vela," } def __str__(self) -> str: