Tags: ev3dev-python-tools/ev3devcmd
Tags
in setup.py use version number from ev3devcmd/version.py
new version [1.0.2] - 2020-02-28
### Fixed
- fixed mirror and cleanup command for windows; the used sftpclone library
didn't handle the backslash used in windows path's correctly, this was fixed
by converting all backslashes to forward slashes which python handles
correctly on all platforms