Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-21 13:28:38 +0300
committerlovetox <philipp@hoerist.com>2022-05-21 13:28:38 +0300
commitc799dbff91076b792fadc4236b6d415197cfe932 (patch)
treeb274e43dfec48f0f97c313a7f3a9b607a0456565
parent25dd943164b139afa53bbedbf2812baa6d3b5243 (diff)
release: 1.4.1gajim-1.4.1
-rw-r--r--data/org.gajim.Gajim.appdata.xml.in1
-rw-r--r--flatpak/org.gajim.Gajim.yaml2
-rw-r--r--gajim/__init__.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in
index 28f1606c7..9af8364f8 100644
--- a/data/org.gajim.Gajim.appdata.xml.in
+++ b/data/org.gajim.Gajim.appdata.xml.in
@@ -75,6 +75,7 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="1.4.1" date="2022-05-21" />
<release version="1.4.0" date="2022-05-11" />
<release version="1.3.3" date="2021-10-10" />
<release version="1.3.2" date="2021-04-24" />
diff --git a/flatpak/org.gajim.Gajim.yaml b/flatpak/org.gajim.Gajim.yaml
index 821363115..67e3f8738 100644
--- a/flatpak/org.gajim.Gajim.yaml
+++ b/flatpak/org.gajim.Gajim.yaml
@@ -312,6 +312,6 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: gajim-1.4.0
+ tag: gajim-1.4.1
post-install:
- install -d /app/plugins
diff --git a/gajim/__init__.py b/gajim/__init__.py
index 06a5ba02b..526a85657 100644
--- a/gajim/__init__.py
+++ b/gajim/__init__.py
@@ -1,7 +1,7 @@
import sys
from pathlib import Path
-__version__ = '1.4.0'
+__version__ = '1.4.1'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()