From aa6d8845abdb04af6d255bb03799a69ef8a650a0 Mon Sep 17 00:00:00 2001 From: GliderGeek Date: Wed, 21 Aug 2019 01:21:07 +0200 Subject: [PATCH] prepare release --- CHANGES.md | 7 +++++++ PySoar/settingsClass.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c4b5edc..b18e883 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,13 @@ Master [unreleased] +v0.60.0 +- use calculation thread to fix 'not-responding' in GUI +- update opensoar dependecy +- remove unused dependencies +- fix bug in skipped analyses +- add CI build and publish + v0.60.0-rc1 - use calculation thread to fix 'not-responding' in GUI - update opensoar dependecy diff --git a/PySoar/settingsClass.py b/PySoar/settingsClass.py index 5a12a9b..de51715 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.60.0-rc1' + self.version = '0.60.0' # determine if application is a script file or frozen exe if getattr(sys, 'frozen', False):