diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | client/pkg/requirements.pip | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT index a24751f9..9323d445 100644 --- a/client/changes/VERSION_COMPAT +++ b/client/changes/VERSION_COMPAT @@ -9,4 +9,3 @@ # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z # -leap.common >= 0.4.1 # collect_plugins diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 26f7c979..570cd09e 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -8,7 +8,7 @@ zope.proxy twisted # leap deps -- bump me! -leap.common>=0.4.0 +leap.common>=0.4.1 leap.soledad.common>=0.6.5 # XXX -- fix me! |