Hi everyone!
I was going to do some work on the conda binary packaging, when I noticed that the versioning scheme of stack products has changed. E.g. in b1833 there are products with versions such as 2015_10.0-...
.
What’s the algorithm for assignment of new version numbers? I tried looking here and on Confluence but had no luck (I found https://dev.lsstcorp.org/trac/wiki/OnVersionNumbers, but that seems out of date).
I ask because I need to make sure conda
package versions (which I’ve so far derived from EUPS versions) are always ascending so updates continue to work reliably. E.g., it’d be bad if I put out a 2015.10.0
version (these are the monthlies?), followed by a 12.0
(the official release).