From eedd37da6588870aeea01a530241658a2e4def55 Mon Sep 17 00:00:00 2001 From: Kraust Date: Thu, 5 Dec 2024 15:09:13 -0500 Subject: [PATCH 1/2] Added Support for Winter Invasion event --- main.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 350c24c..a09a4a6 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ class Launcher(): - version = '2024.11.30.1' + version = '2024.12.5.1' __version__ = '0.5' # holds the style of the app diff --git a/pyproject.toml b/pyproject.toml index f5d82b7..17b4c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "PySide6==6.7.2", "pyqtgraph==0.13.7", "numpy==1.26.4", - "STO-OSCR>=2024.11.30.1", + "STO-OSCR>=2024.12.5.1", "OSCR-django-client>=2024.9.2.1", "pydantic==2.7.3", ] From b377fbec3f008c196ccd8e965c1fb7a761b5d67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E5=A4=9C?= Date: Mon, 16 Dec 2024 03:34:33 +0800 Subject: [PATCH 2/2] Update pyproject.toml (#54) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17b4c7f..68b45c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ executables = [ ] [tool.cxfreeze.build_exe] -include_files = ["assets", "README.md", "LICENSE"] +include_files = ["assets", "README.md", "LICENSE", "locales"] zip_include_packages = ["*"] zip_exclude_packages = []