From 3548e182bdb379b07b1887872083f902eb41a9fb Mon Sep 17 00:00:00 2001 From: GliderGeek Date: Fri, 7 Jun 2019 14:48:12 +0200 Subject: [PATCH] bump opensoar --- .gitignore | 3 ++- CHANGES.md | 1 + requirements.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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