v0.9.0 RELEASE NOTES
MyData v0.9.0 is the first release to be built with Python 3 (currently v3.8.1)
and wxPython 4 ("Phoenix"), instead of Python 2.7 and wxPython 3 ("Classic").
Windows binaries are now built on Windows 10, rather than Windows 7.
Both Windows and Linux CI services (AppVeyor and TravisCI) now use Python 3.
CHANGES
1. Fixed a bug which could cause MyData to shut down uploads prematurely.
2. Ensure remote directory of SCP upload ends with a slash,
to fix an issue where after failing to create a remote directory,
MyData could upload a file in place of a directory with the same name.
3. Updated various dependencies.
4. Tests can now be run with pytest rather than nosetests, but some tests are
skipped because in their current form, they can't be run with Python 3 / wxPython 4.