Philipp Hörist pushed to branch master at gajim / gajim
Commits:
7ad2d285 by lovetox at 2022-06-18T08:49:03+02:00
release: 1.4.4
- - - - -
3 changed files:
- data/org.gajim.Gajim.appdata.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
Changes:
=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -74,6 +74,7 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="1.4.4" date="2022-06-18" />
<release version="1.4.3" date="2022-06-01" />
<release version="1.4.2" date="2022-05-25" />
<release version="1.4.1" date="2022-05-21" />
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -314,6 +314,6 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: 1.4.3
+ tag: 1.4.4
post-install:
- install -d /app/plugins
=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
import sys
from pathlib import Path
-__version__ = '1.4.3'
+__version__ = '1.4.4'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7ad2d2856d3fc6e7efbbb2c31813957e913038ec
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7ad2d2856d3fc6e7efbbb2c31813957e913038ec
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits