bartneck / swiML

A project to formalise swimming programs using XML
MIT License
2 stars 2 forks source link

Default python version #110

Open bartneck opened 1 month ago

bartneck commented 1 month ago

When the <swiMLVersion> element is not set, swiML.py sets it to 1.1 by default. It should instead be the latest version in the root directory.

calloc262 commented 1 month ago

Added fix to main default is now the latest version in root directory. Long term this may need to change as it probably should be the latest full release in the versions folder

bartneck commented 1 month ago

I added a folder "latest" to the version folder. We can add the latest stable version to this folder. We can then change the default behavior to this folder. We still need to iron out a few issues before declaring it stable and to move the current files. We should also consider moving the swiML.py into that folder.