Skip to content

Tags: ev3dev-python-tools/ev3devcmd

Tags

v1.0.2

Toggle v1.0.2's commit message
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

v1.0.0

Toggle v1.0.0's commit message
update date of 1.0 version

fixed bug in mirror command so that it really excludes "__pycache__" dirs