BICCN / cell-locator

manually align specimens to annotated 3D spaces
https://cell-locator.readthedocs.io
Other
19 stars 7 forks source link

ENH: Add a version number to serialization output. #172

Closed allemangD closed 3 years ago

allemangD commented 3 years ago

Modifies AnnotationManager.toDict instead of toFile so that API requests will also contain the version number.

Version number is defined in class attribute AnnotationManager.FORMAT_VERSION. Set to '1.0.0' for now.

Resolves #170.

allemangD commented 3 years ago

Sorry for the push spam. Following guidance I saw in semver.org, I changed the "development" version number from 0.9.0+xx to 0.1.0+xx, but missed a few places in documentation.

allemangD commented 3 years ago

Thanks JC. lgtm. I'll merge.