Skip to content

Commit 1f12a90

Browse files
author
SARL ENR-68
committed
Prepare for 0.1.2 release
1 parent f7580d2 commit 1f12a90

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
The modifications are:
22

3+
mageiasync 0.1.2
4+
------------
35
- added shortcuts.
4-
- added new feature : launching checks on demand
5-
- corrected size display
6-
- Correction of check being launched after stopping
7-
- Correction : Reset the remaining field when stopped
8-
- Added "Quit" button
9-
- Correction of the icon
6+
- added new feature : launching checks on demand.
7+
- corrected size display.
8+
- correction of check being launched after stopping.
9+
- correction : Reset the remaining field when stopped.
10+
- added "Quit" button.
11+
- correction of the icon.
1012

1113
mageiasync 0.1.1
1214
------------

mageiasync.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define gitname mageiaSync
33

44
Name: python-%{module}
5-
Version: 0.1.1
5+
Version: 0.1.2
66
Release: %mkrel 1
77
Summary: A frontend to rsync for Mageia usage
88
License: GPLv3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name = 'mageiasync',
19-
version = '0.1.1',
19+
version = '0.1.2',
2020
packages = ['mageiaSync'],
2121
scripts = ['mageiasync'],
2222
license = 'GNU General Public License v3 (GPLv3)',

tools/po-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
cd "$(readlink -f "$(dirname "$0")/..")"
1212

13-
VERSION=(0.1.1)
13+
VERSION=(0.1.2)
1414
DOMAIN=(mageiasync)
1515

1616
intltool-extract --type=gettext/ini share/applications/mageiasync.desktop.in

0 commit comments

Comments
 (0)