mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] also get ssowat version with '-v' argement.
This commit is contained in:
parent
4ee8d91f5e
commit
288f4194a2
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def get_versions(*args, **kwargs):
|
|||
('moulinette', get_version('moulinette')),
|
||||
('yunohost', get_version('yunohost')),
|
||||
('yunohost-admin', get_version('yunohost-admin')),
|
||||
('ssowat', get_version('ssowat')),
|
||||
])
|
||||
|
||||
def has_min_version(min_version, package='yunohost', strict=False):
|
||||
|
|
Loading…
Add table
Reference in a new issue