diff --git a/.gitignore b/.gitignore index 86750b2..266b6e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,3 @@ -PySoar/standalone/dist -PySoar/standalone/build -PySoar/standalone/linux -PySoar/standalone/mac -PySoar/standalone/windows64 ch0_introduction.aux ch1_cruise_thermal_algorithm.aux ch2_performance_indicators.aux @@ -20,4 +15,7 @@ PySoar/bin env venv .idea -*.DS_Store \ No newline at end of file +*.DS_Store +PySoar/build +PySoar/dist +*.spec \ No newline at end of file diff --git a/CHANGES.md b/CHANGES.md index 9ae0e8f..effbfab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ Master -[unreleased] +v0.58.0 - use wxpython instead of tkinter for GUI v0.57.2 diff --git a/PySoar/settingsClass.py b/PySoar/settingsClass.py index b553df7..57fc98d 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.57.2' + self.version = '0.58.0' # determine if application is a script file or frozen exe if getattr(sys, 'frozen', False):