From b8ac26b21dd5b3580d49a582c7b16cebd6c3dc3e Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Sat, 5 Sep 2020 19:03:04 +0000 Subject: [PATCH] Bump to 0.0.4 in debian/, too --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9ef8a78..3626efa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-briar-wrapper (0.0.4-1) UNRELEASED; urgency=medium + + * Expose connection state of contacts + * Allow to delete contacts + + -- Nico Alt <nicoalt@posteo.org> Sat, 05 Sep 2020 17:25:32 +0000 + python-briar-wrapper (0.0.3-1) UNRELEASED; urgency=medium * Initial Debian release. diff --git a/debian/control b/debian/control index 42fe8d7..aad614a 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Architecture: all Depends: python3-requests, python3-websockets (>= 8.0), - briar-headless, + briar-headless (>= 1.2.9), ${misc:Depends}, ${python3:Depends} Description: Wrapper Library for Briar Headless -- GitLab