From 3b65c69af520b266880d3437debf26b3f553290f Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Sun, 26 Oct 2014 19:16:28 +0100 Subject: Give more the version name 0.1.1 --- CHANGELOG | 4 ++-- mageiasync.spec | 2 +- setup.py | 2 +- tools/po-update.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 53032b7..bb685e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,8 @@ The modifications are: mageiasync 0.1.1 ------------ - - bugfix: change the rename dialog box which was not synced + - bugfix: change the rename dialog box which was not synced. mageiasync 0.1 ------------ - - initial release + - initial release. diff --git a/mageiasync.spec b/mageiasync.spec index 5a5c84b..4c1fe80 100644 --- a/mageiasync.spec +++ b/mageiasync.spec @@ -2,7 +2,7 @@ %define gitname mageiaSync Name: python-%{module} -Version: 0.1 +Version: 0.1.1 Release: %mkrel 1 Summary: A frontend to rsync for Mageia usage License: GPLv3 diff --git a/setup.py b/setup.py index 525c370..8cd5e96 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', + version = '0.1.1', packages = ['mageiaSync'], scripts = ['mageiasync'], license = 'GNU General Public License v3 (GPLv3)', diff --git a/tools/po-update.sh b/tools/po-update.sh index 206ab86..3d4826e 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(0.1) +VERSION=(0.1.1) DOMAIN=(mageiasync) intltool-extract --type=gettext/ini share/applications/mageiasync.desktop.in -- cgit v1.2.1