From 5d1c180dd9de8593036dbf05ab9990cb17534a2f Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Fri, 15 Dec 2017 15:40:54 +0100 Subject: [PATCH] bumped version to 0.9.6 --- RELEASE_NOTES | 17 +++++++---------- keysign/_version.py | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6a35599..2e39186 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,7 +1,5 @@ GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible. -This is the v0.9.5 release which is much more stable for pathologic OpenPGP keys -and brings support for translations. It also supports transferring file -via Bluetooth instead of the local network. +This is the v0.9.6 release which makes minor changes to i18n infrastructure. You can get the app from: @@ -10,13 +8,12 @@ You can get the app from: Changes ========== - * Translation support. Read keysign/locale/README.rst for details. - * gpgme: Ignore KEY_CONSIDERED and CARDCTRL. - * gpgmh: Support for colons in UIDs. - * gpgmh: Default to gpgmeh - * avahioffer: Do not depend on Gtk, GLib, or GObject - * Added Bluetooth support - * Much better Python 3 support + * New translation: Brazilian Portuguese + * Translate appdata and desktop files + * Make i18n workflow python3 compatible + * New dependencies for building the translatoins: lxml + * Skip Bluetooth and monkeysign tests if modules are not available + * Removed vendorised copy of monkeysign Resources diff --git a/keysign/_version.py b/keysign/_version.py index 513557d..ee17450 100644 --- a/keysign/_version.py +++ b/keysign/_version.py @@ -1,2 +1,2 @@ #!/usr/bin/env python -__version__ = '0.9.5' +__version__ = '0.9.6' -- GitLab