Skip to content
Snippets Groups Projects
Commit 1a4be214 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

release: 1.4.3

parent b94c50e9
No related branches found
Tags gajim-1.4.1
No related merge requests found
...@@ -74,6 +74,7 @@ ...@@ -74,6 +74,7 @@
<control>pointing</control> <control>pointing</control>
</recommends> </recommends>
<releases> <releases>
<release version="1.4.3" date="2022-06-01" />
<release version="1.4.2" date="2022-05-25" /> <release version="1.4.2" date="2022-05-25" />
<release version="1.4.1" date="2022-05-21" /> <release version="1.4.1" date="2022-05-21" />
<release version="1.4.0" date="2022-05-11" /> <release version="1.4.0" date="2022-05-11" />
......
...@@ -312,6 +312,6 @@ modules: ...@@ -312,6 +312,6 @@ modules:
sources: sources:
- type: git - type: git
url: https://dev.gajim.org/gajim/gajim.git url: https://dev.gajim.org/gajim/gajim.git
tag: 1.4.2 tag: 1.4.3
post-install: post-install:
- install -d /app/plugins - install -d /app/plugins
import sys import sys
from pathlib import Path from pathlib import Path
__version__ = '1.4.2' __version__ = '1.4.3'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists() IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment