pr-omethe-us / PyKED

Python interface to the ChemKED database format
https://pr-omethe-us.github.io/PyKED/
BSD 3-Clause "New" or "Revised" License
14 stars 15 forks source link

Add current alpha version to allowed versions during test/doc build #108

Closed bryanwweber closed 6 years ago

bryanwweber commented 6 years ago

At present, we are restricted by the schema as to what versions are allowed. This means we can't bump to (e.g.) 0.4.0a1 without adding that string to the schema, which is less than ideal. If we can modify the schema only during the test suite, this would allow alpha versions that don't have to be released while also preventing folks from actually using alpha versions in CK files.