diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | mageiaSync/mageiaSyncUI.ui | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -1,7 +1,10 @@ The modifications are: -mageiasync x.x.x +mageiasync 0.6.0 ---------------- + - port to PyQt6 + - check also non detached signatures - mageiasync.py: update README.md location for credits + - Populate release fields when renaming with the common part of the directories names in destination directory mageiasync 0.4.7 ---------------- diff --git a/mageiaSync/mageiaSyncUI.ui b/mageiaSync/mageiaSyncUI.ui index f3d4795..f299637 100644 --- a/mageiaSync/mageiaSyncUI.ui +++ b/mageiaSync/mageiaSyncUI.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string notr="true">mageiaSync 0.4.7</string> + <string notr="true">mageiaSync 0.6.0</string> </property> <property name="windowIcon"> <iconset> @@ -15,7 +15,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"]) setup( name = 'mageiasync', - version = '0.4.7', + version = '0.6.0', packages = ['mageiaSync'], scripts = ['mageiasync'], license = 'GNU General Public License v3 (GPLv3)', |