Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
GliderGeek committed Feb 13, 2020
1 parent 09e3bc4 commit 2651e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Master

[unreleased]

v0.61.0
- update dependencies
- opensoar newest version fixes soaringspot
- remove unused function
- remove unused functions

v0.60.0
- use calculation thread to fix 'not-responding' in GUI
Expand Down
2 changes: 1 addition & 1 deletion PySoar/settingsClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
self.version = '0.61.0'

# determine if application is a script file or frozen exe
if getattr(sys, 'frozen', False):
Expand Down

0 comments on commit 2651e0b

Please sign in to comment.