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

release: 1.4.4

parent ab0a1ecf
No related branches found
Tags 1.7.1
No related merge requests found
......@@ -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" />
......
......@@ -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
import sys
from pathlib import Path
__version__ = '1.4.3'
__version__ = '1.4.4'
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