Versioning in Exordos Platform#
This document describes the versioning strategy used in the Exordos Platform and how it's implemented in the exordos package.
Overview#
The versioning system in Exordos Platform follows semantic versioning principles, with additional enhancements for development and release candidate tracking.
Version Format#
Versions follow this format:
MAJOR.MINOR.PATCH-RC/DEV+DATE.COMMITHEXSHA[:8]
Examples#
Release Version
1.0.0
Development Version
0.0.1-dev+20250618190326.a1beab7c
Release Candidate Version
0.4.1-rc+20260220064549.9223faa6
Use by exordos#
exordos get-version <ELEMENT_DIR>
Example
user@user ~ → exordos get-version /home/user/PycharmProjects/exordos/restalchemy
15.0.5-dev+20260407054854.672dcc2c