From b1bd45f151c0dc9655701e2a3ac27c7addd9c1d4 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Wed, 14 Oct 2020 12:01:51 +0000
Subject: [PATCH] Bump to 0.0.6

---
 briar_wrapper/__init__.py | 2 +-
 debian/changelog          | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/briar_wrapper/__init__.py b/briar_wrapper/__init__.py
index 97d9b6e..166ef62 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.5"
+__version__ = "0.0.6"
diff --git a/debian/changelog b/debian/changelog
index ef1617e..63077e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-briar-wrapper (0.0.6-1) UNRELEASED; urgency=medium
+
+  * Fix support for changing contact alias
+
+ -- Nico Alt <nicoalt@posteo.org>  Wed, 14 Oct 2020 17:25:32 +0000
+
 python-briar-wrapper (0.0.5-1) UNRELEASED; urgency=medium
 
   * Allow to mark messages as read
-- 
GitLab