diff --git a/.gitignore b/.gitignore index 266b6e6..bc7f636 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ venv *.DS_Store PySoar/build PySoar/dist -*.spec \ No newline at end of file +*.spec +Analysis_PySoar.xls diff --git a/CHANGES.md b/CHANGES.md index 2b0e6a0..b494343 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ Master [unreleased] - check on version during startup +- bump opensoar to 0.1.4 to solve dev.soaringspot.com v0.58.0 - use wxpython instead of tkinter for GUI diff --git a/requirements.txt b/requirements.txt index 75862c2..2195c9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ xlwt==1.3.0 numpy==1.15.4 pyinstaller==3.3.1 aerofiles==0.4.1 -opensoar==0.1.3 +opensoar==0.1.4 wxpython==4.0.6 requests