From 2cdcb3213e227ddac6bf6a8e43f9893b92348b19 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Tue, 13 Oct 2020 14:00:00 +0000 Subject: [PATCH] Bump to 0.0.5 --- briar_wrapper/__init__.py | 7 +++++-- debian/changelog | 8 ++++++++ debian/control | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/briar_wrapper/__init__.py b/briar_wrapper/__init__.py index 236fc62..97d9b6e 100644 --- a/briar_wrapper/__init__.py +++ b/briar_wrapper/__init__.py @@ -9,7 +9,10 @@ Before using `briar_wrapper` you need to initialize an instance of `briar_wrapper.api.Api`. You can check with `briar_wrapper.api.Api.has_account` whether you want want to `briar_wrapper.api.Api.login` or `briar_wrapper.api.Api.register`. Now you can start to use the wrappers in - `briar_wrapper.models`. +`briar_wrapper.models`. + +The source code can be found on +[code.briarproject.org](https://code.briarproject.org/briar/python-briar-wrapper). """ -__version__ = "0.0.4" +__version__ = "0.0.5" diff --git a/debian/changelog b/debian/changelog index 3626efa..ef1617e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-briar-wrapper (0.0.5-1) UNRELEASED; urgency=medium + + * Allow to mark messages as read + * Support deleting all messages of a private chat + * Add support for changing contact alias + + -- Nico Alt <nicoalt@posteo.org> Tue, 13 Oct 2020 17:25:32 +0000 + python-briar-wrapper (0.0.4-1) UNRELEASED; urgency=medium * Expose connection state of contacts diff --git a/debian/control b/debian/control index aad614a..f842d20 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Architecture: all Depends: python3-requests, python3-websockets (>= 8.0), - briar-headless (>= 1.2.9), + briar-headless (>= 1.2.10), ${misc:Depends}, ${python3:Depends} Description: Wrapper Library for Briar Headless -- GitLab