From ff954d284a417aeb8d2f12fc23e9e2a637dcb1f2 Mon Sep 17 00:00:00 2001 From: spencershepard Date: Sat, 1 Feb 2025 16:51:20 -0800 Subject: [PATCH] skip unknown warehouses --- Generator/requirements.txt | 2 +- Generator/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Generator/requirements.txt b/Generator/requirements.txt index 6020a84..9c1619f 100644 --- a/Generator/requirements.txt +++ b/Generator/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/spencershepard/dcs@c09ba528a93df9651b349bb8bcf998cf2dd89787 +git+https://github.com/spencershepard/dcs@7b79a8f241bae32af27a8003ac278dbb17bbe99e packaging==21.3 PyQt5==5.15.9 PyYAML==6.0 diff --git a/Generator/version.py b/Generator/version.py index 2f71951..d4ed793 100644 --- a/Generator/version.py +++ b/Generator/version.py @@ -1,7 +1,7 @@ # ROTOROPS VERSION maj_version = 1 minor_version = 9 -patch_version = 1 +patch_version = 2 version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'