Skip to content
Snippets Groups Projects
Commit 092e7c61 authored by Antoine Beaupré's avatar Antoine Beaupré
Browse files

announce 0.6

parent b07b581f
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment