mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 10:10:46 +00:00
devlib: Add development tag to version number
To allows better versioning control between releases add `dev1` to the current version. This allows other under development tools such as Workload Automation to ensure that a sufficiently up to date version of devlib is installed on the system.
This commit is contained in:
parent
150fe2b32b
commit
8654a6dc2b
@ -56,7 +56,7 @@ from devlib.utils.ssh import SshConnection, TelnetConnection, Gem5Connection
|
|||||||
from devlib.utils.version import get_commit as __get_commit
|
from devlib.utils.version import get_commit as __get_commit
|
||||||
|
|
||||||
|
|
||||||
__version__ = '1.0.0'
|
__version__ = '1.0.dev1'
|
||||||
|
|
||||||
__commit = __get_commit()
|
__commit = __get_commit()
|
||||||
if __commit:
|
if __commit:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user