mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
wa/version: Update to development version
Update WA and devlib versions to development tags.
This commit is contained in:
parent
e187e7efd6
commit
60fe412548
3
setup.py
3
setup.py
@ -83,12 +83,13 @@ params = dict(
|
|||||||
'colorama', # Printing with colors
|
'colorama', # Printing with colors
|
||||||
'pyYAML', # YAML-formatted agenda parsing
|
'pyYAML', # YAML-formatted agenda parsing
|
||||||
'requests', # Fetch assets over HTTP
|
'requests', # Fetch assets over HTTP
|
||||||
'devlib>=1.1.0', # Interacting with devices
|
'devlib>=1.1.dev1', # Interacting with devices
|
||||||
'louie-latest', # callbacks dispatch
|
'louie-latest', # callbacks dispatch
|
||||||
'wrapt', # better decorators
|
'wrapt', # better decorators
|
||||||
'pandas>=0.23.0', # Data analysis and manipulation
|
'pandas>=0.23.0', # Data analysis and manipulation
|
||||||
'future', # Python 2-3 compatiblity
|
'future', # Python 2-3 compatiblity
|
||||||
],
|
],
|
||||||
|
dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-1.1.dev1'],
|
||||||
extras_require={
|
extras_require={
|
||||||
'other': ['jinja2'],
|
'other': ['jinja2'],
|
||||||
'test': ['nose', 'mock'],
|
'test': ['nose', 'mock'],
|
||||||
|
@ -21,7 +21,7 @@ from subprocess import Popen, PIPE
|
|||||||
|
|
||||||
VersionTuple = namedtuple('Version', ['major', 'minor', 'revision'])
|
VersionTuple = namedtuple('Version', ['major', 'minor', 'revision'])
|
||||||
|
|
||||||
version = VersionTuple(3, 1, 0)
|
version = VersionTuple(3, 1, 'dev1')
|
||||||
|
|
||||||
|
|
||||||
def get_wa_version():
|
def get_wa_version():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user