aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--mageiaSync/mageiaSyncUI.ui2
-rw-r--r--setup.py2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 305798a..1011def 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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>
diff --git a/setup.py b/setup.py
index 916772d..04b1937 100644
--- a/setup.py
+++ b/setup.py
@@ -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)',