diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-20 17:14:55 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-20 17:14:55 -0300 |
commit | 5a37ab6bb95d227357fe5e832e32a7187e2b6a11 (patch) | |
tree | fbd5b967949ffa5e73f590c4087c14203a6c4e42 | |
parent | c8a035c46b0b64772cf630d6c52d738f59ed6e73 (diff) |
Bump soledad.client version requirement.
-rw-r--r-- | changes/VERSION_COMPAT | 3 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 469ade25..cc00ecf7 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,6 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z - -leap.soledad.client>=0.4.0 # because of backward-incompatible changes - # https://github.com/leapcode/soledad/pull/76 diff --git a/pkg/requirements.pip b/pkg/requirements.pip index ce93b2ef..154e51b4 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -19,7 +19,7 @@ python-daemon # this should not be needed for Windows. keyring leap.common>=0.3.2 -leap.soledad.client>=0.3.0 +leap.soledad.client>=0.4.0 leap.keymanager>=0.2.0 leap.mail>=0.3.2 |