From c2e2aa2b84424041a9f7da80ec90d18236e2f6e9 Mon Sep 17 00:00:00 2001 From: glidergeek Date: Sat, 20 May 2023 22:29:12 +0200 Subject: [PATCH] update opensoar to fix aat and prepare release --- CHANGES.md | 3 +++ PySoar/settingsClass.py | 2 +- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1792d97..9d65753 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,10 @@ Master [unreleased] + +v0.63.0 - 2023-05-20 - updated python, dependencies and actions to latest +- update opensoar: fixes complex aat sectors v0.62.0 - 2023-03-26 - update dependencies diff --git a/PySoar/settingsClass.py b/PySoar/settingsClass.py index 0049abf..4c2973b 100644 --- a/PySoar/settingsClass.py +++ b/PySoar/settingsClass.py @@ -38,7 +38,7 @@ def __init__(self): self.debug_form_url = 'https://docs.google.com/forms/d/1uWxTA5Hka6rbXzDOJDX9dRhZ7OwIoqN5Do0e27B0q-M/viewform' self.pysoar_version_formID = 891402426 self.competition_url_formID = 174131444 - self.version = '0.62.0' + self.version = '0.63.0' # determine if application is a script file or frozen exe if getattr(sys, 'frozen', False): diff --git a/requirements.txt b/requirements.txt index 7c13fc3..e95750d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ xlwt==1.3.0 pyinstaller==5.9.0 -opensoar==1.0.0 +opensoar==1.1.0 wxpython==4.2.0 # python <= 3.10 requests==2.28.2