diff options
-rw-r--r-- | changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | pkg/requirements-leap.pip | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index f35d01c6..660f9640 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -11,4 +11,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.mail>=0.4.0 # this is not tagged/released yet diff --git a/pkg/requirements-leap.pip b/pkg/requirements-leap.pip index df2d1974..8e353c33 100644 --- a/pkg/requirements-leap.pip +++ b/pkg/requirements-leap.pip @@ -1,4 +1,4 @@ leap.soledad.client>=0.6.0 leap.keymanager>=0.4.0 -leap.mail>=0.4.0rc1 +leap.mail>=0.4.0 leap.common>=0.4.0 |