From 8a59c71644f7feaf7260c8fa8be9f723f144bd4d Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Sat, 27 Mar 2021 13:00:00 +0000 Subject: [PATCH] Bump to 0.0.7 --- briar_wrapper/__init__.py | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/briar_wrapper/__init__.py b/briar_wrapper/__init__.py index 166ef62..3715aeb 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 63077e9..d06894b 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 22b1d3e..66f4561 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 -- GitLab