Migration guide¶
1.0.0 beta2¶
Changed the Configuration format from JSON to YAML.
Convert your existing
virtual_environment_configuration.jsonfiles to YAML and rename them tovirtual_environment_configuration.yaml. One way to do this is to use an online converter, such as JSON2YAML.