diff --git a/briar_wrapper/__init__.py b/briar_wrapper/__init__.py index 236fc62a814238751f4f93c50a85919f5291fb92..97d9b6e3c6baaad27bc1ad463b73f421cab68957 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 3626efaa9588d0729e9313d006d6b59623f50901..ef1617ec76344a4969487510243acd31aba811bc 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 aad614ab1f2221bded26aa8bf6564952f0349dba..f842d2041fa3109ca692ae777741ff64a77c4098 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