Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ec56f9c0 by lovetox at 2022-05-25T17:29:22+02:00
release: 1.4.2
- - - - -
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
=====================================
@@ -75,6 +75,7 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="1.4.2" date="2022-05-25" />
<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" />
=====================================
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.1
+ tag: 1.4.2
post-install:
- install -d /app/plugins
=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
import sys
from pathlib import Path
-__version__ = '1.4.1'
+__version__ = '1.4.2'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ec56f9c067d4b178ace598d7e6c91928945cb01c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ec56f9c067d4b178ace598d7e6c91928945cb01c
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