From f861cb0e4d6455384f85cb977d47482af9bd0c09 Mon Sep 17 00:00:00 2001 From: daviddavid Date: Thu, 26 Mar 2015 18:13:24 +0100 Subject: Prepare for 0.1.5 release --- CHANGELOG | 10 +++++----- mageiasync.spec | 2 +- setup.py | 2 +- tools/po-update.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6be6b41..8ad88d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,9 +2,10 @@ The modifications are: mageiasync 0.1.5 ------------ - - change remote list in a table with date and size - - suppression of date checking - - adding tooltips + - change remote list in a table with date and size. + - suppression of date checking. + - adding tooltips. + - update all translation files. mageiasync 0.1.4 ------------ @@ -12,8 +13,7 @@ mageiasync 0.1.4 - correction of a crash in renaming action. - launching refresh of lists after renaming and modifications of parameters. - Local list no more selectable. - - adding dutch translation. - + - adding Dutch translation. mageiasync 0.1.3 ------------ diff --git a/mageiasync.spec b/mageiasync.spec index 2cdef62..bd32636 100644 --- a/mageiasync.spec +++ b/mageiasync.spec @@ -2,7 +2,7 @@ %define gitname mageiaSync Name: python-%{module} -Version: 0.1.4 +Version: 0.1.5 Release: %mkrel 1 Summary: A frontend to rsync for Mageia usage License: GPLv3 diff --git a/setup.py b/setup.py index fd269b6..ded974d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"]) setup( name = 'mageiasync', - version = '0.1.4', + version = '0.1.5', packages = ['mageiaSync'], scripts = ['mageiasync'], license = 'GNU General Public License v3 (GPLv3)', diff --git a/tools/po-update.sh b/tools/po-update.sh index ebd55e5..4088251 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(0.1.4) +VERSION=(0.1.5) DOMAIN=(mageiasync) intltool-extract --type=gettext/ini share/applications/mageiasync.desktop.in -- cgit v1.2.1