* Fix scripts relative to launcher_dir on windows using RELENV_PIP_DIR * Add flake8 for linting
0.4.3
=====
* Fix arch flag when fetching builds * Cleanup changelog syntax * Add test for virtual environments based on relenv environments
0.4.2
=====
* General code clean up based on pylint results * Fix virtualenvs created from relenvs * The fetch and toolchain always show download urls and destinations * Fix oldest supported Mac OS version (10.5) * Docs improvements
0.4.1
=====
* Work around issue on Mac where Python is linking to /usr/local [Issue 46](https://github.com/saltstack/relative-environment-for-python/issues/46)
0.4.0
=====
* Fix issue where relenv runtime was being imported from user site packages * Added test to install salt with USE_STATIC_PACAKGES environment set * Switch CI/CD to use saltstack hosted runners * General code cleanup
0.3.0
=====
* The toolchain command defaults to the build box architecture * Build macos on catalinia for now