diff --git a/briar_wrapper/__init__.py b/briar_wrapper/__init__.py index 166ef62312288319a75f9b5299d3353b2d6b83de..3715aeb2dec21386f73197a755cb2a825e67fb98 100644 --- a/briar_wrapper/__init__.py +++ b/briar_wrapper/__init__.py @@ -15,4 +15,4 @@ The source code can be found on [code.briarproject.org](https://code.briarproject.org/briar/python-briar-wrapper). """ -__version__ = "0.0.6" +__version__ = "0.0.7" diff --git a/debian/changelog b/debian/changelog index 63077e96931fb49bb9a72f9cc971c700b66bd735..d06894b9afb8c6f3ad8cab5263a8ef7e1cbcad8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-briar-wrapper (0.0.7-1) UNRELEASED; urgency=medium + + * Handle errors while adding pending contact + + -- Nico Alt <nicoalt@posteo.org> Sat, 27 Mar 2021 17:25:32 +0000 + python-briar-wrapper (0.0.6-1) UNRELEASED; urgency=medium * Fix support for changing contact alias diff --git a/debian/control b/debian/control index 22b1d3e5348e3b13e191285ff34fd14420e7af51..66f45615ef20778facd33b0f775e16292bd10ada 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Architecture: all Depends: python3-requests, python3-websockets (>= 8.0), - briar-headless (>= 1.2.12), + briar-headless (>= 1.2.19), ${misc:Depends}, ${python3:Depends} Description: Wrapper Library for Briar Headless