From 092e7c618fb103d0526cd2d2c690824b7dbf1ebc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@koumbit.org>
Date: Sat, 6 Oct 2012 16:10:37 +0200
Subject: [PATCH] announce 0.6

---
 debian/changelog | 9 +++++++++
 gpg.py           | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9688e41..a8c1e3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+monkeysign (0.6) unstable; urgency=low
+
+  * fix warnings in the graphical interface
+  * make qr-code detection be case-insensitive
+  * fix syntax error
+  * follow executable renames properly
+
+ -- Antoine Beaupré <anarcat@debian.org>  Sat, 06 Oct 2012 16:08:48 +0200
+
 monkeysign (0.5) unstable; urgency=low
 
   * non-exportable signatures (--local) support
diff --git a/gpg.py b/gpg.py
index 5183bfa..9e70470 100644
--- a/gpg.py
+++ b/gpg.py
@@ -61,7 +61,7 @@ However, the implementation here has:
  2. a cleaner API
 """
 
-__version__ = '0.5'
+__version__ = '0.6'
 
 import os, tempfile, shutil, subprocess, re
 
-- 
GitLab