aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5643428..f014965 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,9 @@
The modifications are:
+mageiasync 0.3.1
+----------------
+ - After signature checking, show an icon, nothing if not OK
+ - Suppress unused code
+
mageiasync 0.3.0
----------------
- Add signature checking
diff --git a/setup.py b/setup.py
index efa486c..10575ba 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"])
setup(
name = 'mageiasync',
- version = '0.3.0',
+ version = '0.3.1',
packages = ['mageiaSync'],
scripts = ['mageiasync'],
license = 'GNU General Public License v3 (GPLv3)',