diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 @@ -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)', |