- Support running 'crl test' in Python 3.10 environment
- Support parallel test execution via new CLI argument for 'crl test': '--toxargs'. This is replacing old solution based on 'detox'
- Support for Python versions 3.8, 3.9 and 3.10
- Use importlib in setup.py for Python 3.x (instead of deprecated imp module)
- Require Jinja2==3.0.3 to avoid errors caused by removal of 'contextfunction'
- Require pytest-flake8==1.0.7 and lazy-object-proxy==1.6.0 for Python 2.7 tests
- Require check-manifest==0.41 to avoid 'devpi upload' error caused by backwards incompatible change
- Pinned dependencies for python 2
- Changed the usage of pep8 and flakes to flake8
- Added python 3.7 as a test environment
- Add contribution guide and list of libraries developed by crl.devutils
- Integrate with Read The Docs
- Correct syntax error in mock_exec_file_with_exec
- Add task for creating Robot Framework documentation only
- Add initial content