summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-12-16 15:47:45 +0100
committerPapoteur <papoteur@mageia.org>2020-12-16 15:47:45 +0100
commita3df95bab0143261d71a61188c7c2cb993e15675 (patch)
tree9d5d780f54dda9f591be2c37e8bed1f138ddc645
parent6a6c4b536053121f40c6f4189bd2717c75b1899b (diff)
downloadmageiawelcome-2.04.tar
mageiawelcome-2.04.tar.gz
mageiawelcome-2.04.tar.bz2
mageiawelcome-2.04.tar.xz
mageiawelcome-2.04.zip
2.042.04
-rw-r--r--NEWS3
-rw-r--r--qml/Version.qml2
-rw-r--r--version.py1
3 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 22e524c..4083398 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.04
+ Update translations
+
2.03
Fix detecting of active repositories (mga#27071)
Check that command run properly, otherwise alert about lacking command (mga#27070)
diff --git a/qml/Version.qml b/qml/Version.qml
index d3dd484..83dc9ec 100644
--- a/qml/Version.qml
+++ b/qml/Version.qml
@@ -1,2 +1,2 @@
import QtQuick 2.0
-Item { property var version: '2.02';}
+Item { property var version: '2.04';}
diff --git a/version.py b/version.py
new file mode 100644
index 0000000..366f818
--- /dev/null
+++ b/version.py
@@ -0,0 +1 @@
+version='2.04'