Skip to content

Commit

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

[unreleased]

v0.64.0 - 2023-08-25
- made export more robust when certain attributes not present
- update opensoar: fixes normal sectors

v0.63.0 - 2023-05-20
- updated python, dependencies and actions to latest
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.63.0'
self.version = '0.64.0'

# determine if application is a script file or frozen exe
if getattr(sys, 'frozen', False):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xlwt==1.3.0
pyinstaller==5.9.0
opensoar==1.1.0
opensoar==1.1.1
wxpython==4.2.0 # python <= 3.10
requests==2.28.2

0 comments on commit 4c708de

Please sign in to comment.