Releases: mdklatt/serial-python
Releases · mdklatt/serial-python
v0.9.0
v0.7.1
v0.7.0
v0.6.5
v0.6.4
v0.6.3
v0.6.2
Version 0.6.1
Highlights
- Added
BoolFilter
class.
Version 0.6.0
Highlights
- Python 2.6 is no longer actively supported. New code will freely use syntax and features that are only found in Python 2.7, and as existing code is modified it may stop working with Python 2.6.
- The project is now released under the MIT License.
- Support was added for Sphinx documentation.
- The test suite now uses
pytest
instead ofunittest
. - Numerous changes were made to the project layout.
Version 0.5.1
Highlights
- The setup script has a
virtualenv
command for creating virtualenv environments. - Version numbers will now be PEP 0440-compliant, e.g. 0.5.1dev1.