Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
GliderGeek committed Aug 1, 2018
1 parent d2d3d08 commit 0a34a27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Master

v0.57
v0.57.1
- update opensoar to 0.1.2

v0.57.0
- Use opensoar and aerofiles functionalities (#100, #123)
- Do not skip HC contestants
- Skip contestant for which analysis fails
Expand All @@ -14,4 +17,3 @@ v0.56.2

v0.56
- Strepla support

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.57.0'
self.version = '0.57.1'

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

0 comments on commit 0a34a27

Please sign in to comment.