* Fix bug in version parsing that was mangling the ``machine`` attribute.
1.3.0
-----
* Added a new function (not available via the command line) to get the version of MicroPython on the device. * **API CHANGE** The find_microbit function now returns a tuple with position 0 as the port and position 1 as the serial number of the connected device.
1.2.3
-----
* Extensive debugging and a fix by Carlos Pereira Atencio to ensure that serial connections are opened, closed and made ready for microfs related commands in a robust manner.
1.2.2
-----
* The get and put commands optionally take a further argument to specify the name of the target file.
1.2.1
-----
* Made implicit string concatenation explicit.
1.2.0
-----
* **API CHANGE** the serial object passed into command functions is optional. * **API CHANGE** call signature changes on command functions.